Home
last modified time | relevance | path

Searched defs:params_shape (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dcudnn_rnn_ops.cc249 auto params_shape = c->input(3); in __anonb0821bee0602() local
286 auto params_shape = c->input(3); in __anonb0821bee0702() local
326 auto params_shape = c->input(3); in __anonb0821bee0802() local
H A Darray_ops.cc1205 ShapeHandle params_shape; in __anon38bbb0e81802() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad.cc631 Output GetBatchIndices(const Scope& scope, const Output& params_shape, in GetBatchIndices()
659 Output BatchGatherGrad(const Scope& scope, Output params_shape, Output values, in BatchGatherGrad()
708 Output params_shape = Cast(colocate_scope, params_shape64, DT_INT32); in GatherV2Grad() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscatter_nd_util.cc22 Status ValidateScatterNdUpdateShape(const TensorShape& params_shape, in ValidateScatterNdUpdateShape()
H A Dscatter_nd_op.cc279 TensorShape params_shape; in DoCompute() local
777 Status PrepareAndValidateInputs(const TensorShape& params_shape, in PrepareAndValidateInputs()
H A Dcudnn_rnn_ops.cc2046 const TensorShape& params_shape, in AllocateOutputs()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_grad.py595 def _GetBatchIndices(params_shape, indices, batch_dims): argument
617 def _BatchGatherGrad(params_shape, values, indices, batch_dims, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_gather_op_test.py393 params_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dreference_ops.h572 inline GatherNdHelperResult GatherNdHelper(const RuntimeShape& params_shape, in GatherNdHelper()
603 inline TfLiteStatus GatherNd(const RuntimeShape& params_shape, in GatherNd()
631 inline TfLiteStatus GatherNdString(const RuntimeShape& params_shape, in GatherNdString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dgather_op.cc279 TensorShape params_shape = context->InputShape(0); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dgather_op_test.py593 def testBatchDimsMatchesPythonBatching(self, params_shape, indices_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/variables/
H A Dresource_variable_ops_test.py1589 def testGatherWithBatchDimsMatchesTensor(self, params_shape, indices_shape, argument
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc548 const int32_t* __restrict params_shape, in Gather()
H A Donedevice_train_palm_detection_filter_inference.cc549 const int32_t* __restrict params_shape, in Gather()
H A Donedevice_train_palm_detection_filter_inference_v2.cc548 const int32_t* __restrict params_shape, in Gather()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc415 std::vector<int64_t> params_shape; member
2919 std::vector<int64_t> params_shape = RandomDims(1); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc7237 std::vector<int> params_shape; in TEST_P() member