Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dcudnn_rnn_ops.cc249 auto params_shape = c->input(3); in __anon20e2ac3d0602() local
286 auto params_shape = c->input(3); in __anon20e2ac3d0702() local
326 auto params_shape = c->input(3); in __anon20e2ac3d0802() local
Darray_ops.cc1205 ShapeHandle params_shape; in __anon091a71b71802() local
/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_util.cc22 Status ValidateScatterNdUpdateShape(const TensorShape& params_shape, in ValidateScatterNdUpdateShape()
Dscatter_nd_op.cc279 TensorShape params_shape; in DoCompute() local
777 Status PrepareAndValidateInputs(const TensorShape& params_shape, in PrepareAndValidateInputs()
Dcudnn_rnn_ops.cc2046 const TensorShape& params_shape, in AllocateOutputs()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_op_test.py393 params_shape, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc279 TensorShape params_shape = context->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dgather_op_test.py593 def testBatchDimsMatchesPythonBatching(self, params_shape, indices_shape, argument
/external/tensorflow/tensorflow/cc/gradients/
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
/external/tensorflow/tensorflow/python/ops/
Darray_grad.py595 def _GetBatchIndices(params_shape, indices, batch_dims): argument
617 def _BatchGatherGrad(params_shape, values, indices, batch_dims, argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
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()
/external/tensorflow/tensorflow/python/kernel_tests/variables/
Dresource_variable_ops_test.py1589 def testGatherWithBatchDimsMatchesTensor(self, params_shape, indices_shape, argument
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc548 const int32_t* __restrict params_shape, in Gather()
Donedevice_train_palm_detection_filter_inference.cc549 const int32_t* __restrict params_shape, in Gather()
Donedevice_train_palm_detection_filter_inference_v2.cc548 const int32_t* __restrict params_shape, in Gather()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc415 std::vector<int64_t> params_shape; member
2919 std::vector<int64_t> params_shape = RandomDims(1); in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc7237 std::vector<int> params_shape; in TEST_P() member