Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dcudnn_rnn_ops.cc228 auto params_shape = c->input(3); in __anon815c5c9f0602() local
265 auto params_shape = c->input(3); in __anon815c5c9f0702() local
305 auto params_shape = c->input(3); in __anon815c5c9f0802() local
Darray_ops.cc1186 ShapeHandle params_shape; in __anon42d741191802() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_op_test.py355 params_shape, argument
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dgather_op_test.py538 def testBatchDimsMatchesPythonBatching(self, params_shape, indices_shape, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc275 TensorShape params_shape = context->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op.cc278 TensorShape params_shape; in DoCompute() local
777 Status ValidateUpdateShape(const TensorShape& params_shape, in ValidateUpdateShape()
818 Status PrepareAndValidateInputs(const TensorShape& params_shape, in PrepareAndValidateInputs()
Dcudnn_rnn_ops.cc2002 const TensorShape& params_shape, in AllocateOutputs()
/external/tensorflow/tensorflow/python/ops/
Darray_grad.py585 def _GetBatchIndices(params_shape, indices, batch_dims): argument
606 def _BatchGatherGrad(params_shape, values, indices, batch_dims, argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1068 inline GatherNdHelperResult GatherNdHelper(const RuntimeShape& params_shape, in GatherNdHelper()
1094 inline void GatherNd(const RuntimeShape& params_shape, in GatherNd()
1114 inline void GatherNdString(const RuntimeShape& params_shape, in GatherNdString()
/external/tensorflow/tensorflow/python/kernel_tests/
Dresource_variable_ops_test.py1528 def testGatherWithBatchDimsMatchesTensor(self, params_shape, indices_shape, argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc5264 std::vector<int> params_shape; in TEST_P() member