Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dcudnn_rnn_ops.cc225 auto params_shape = c->input(3); in __anone1d60d010602() local
262 auto params_shape = c->input(3); in __anone1d60d010702() local
301 auto params_shape = c->input(3); in __anone1d60d010802() local
Darray_ops.cc1118 ShapeHandle params_shape; in __anon7c94107b1802() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dgather_op_test.py407 def testBatchDimsMatchesPythonBatching(self, params_shape, indices_shape, argument
Dresource_variable_ops_test.py1205 def testGatherWithBatchDimsMatchesTensor(self, params_shape, indices_shape, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc206 TensorShape params_shape = context->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op.cc271 TensorShape params_shape; in DoCompute() local
518 Status ValidateUpdateShape(const TensorShape& params_shape, in ValidateUpdateShape()
554 Status PrepareAndValidateInputs(const TensorShape& params_shape, in PrepareAndValidateInputs()
Dgather_nd_op.cc123 const TensorShape& params_shape(params.shape()); in DoGatherNd() local
Dcudnn_rnn_ops.cc1802 const TensorShape& params_shape, in AllocateOutputs()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2973 inline void GatherNd(const RuntimeShape& params_shape, in GatherNd()