Home
last modified time | relevance | path

Searched defs:indices_shape (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dsparse_reduce_sum_op_test.cc54 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
96 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
Dsparse_dense_binary_op_shared_test.cc100 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
129 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
156 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
188 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
Dsparse_add_op_test.cc64 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
Done_hot_op.cc56 const TensorShape& indices_shape = indices.shape(); in Compute() local
Dragged_gather_op_test.cc35 const TensorShape& indices_shape, const std::vector<INDEX_TYPE>& indices, in BuildRaggedGatherGraph()
/external/tensorflow/tensorflow/core/ops/
Dstate_ops.cc118 ShapeHandle indices_shape = c->input(1); in ScatterUpdateShape() local
142 ShapeHandle indices_shape; in ScatterNdUpdateShape() local
Dresource_variable_ops.cc250 ShapeHandle indices_shape = c->input(1); in __anon50d007a70402() local
311 ShapeHandle indices_shape = c->input(1); in ResourceScatterUpdateShape() local
Dmath_ops.cc1142 ShapeHandle indices_shape; in SparseSegmentReductionShapeFn() local
1166 ShapeHandle indices_shape; in SparseSegmentReductionGradShapeFn() local
1204 ShapeHandle indices_shape; in SparseSegmentReductionWithNumSegmentsShapeFn() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc36 const xla::XlaOp& indices, const TensorShape& indices_shape, in XlaGather()
160 auto indices_shape = context->InputShape(1); in XlaGatherWithBatchDimsOpImpl() local
276 TensorShape indices_shape = context->InputShape(1); in Compile() local
Dscatter_nd_op.cc35 const TensorShape& indices_shape, in ValidateUpdateShape()
86 TensorShape indices_shape = context->InputShape(0); in Compile() local
143 TensorShape indices_shape = context->InputShape(1); in CompileTensorScatter() local
Done_hot_op.cc33 const TensorShape indices_shape = ctx->InputShape(0); in Compile() local
Dsparse_to_dense_op.cc31 const TensorShape indices_shape = context->InputShape(0); in Compile() local
Ddynamic_stitch_op.cc71 TensorShape indices_shape; in Compile() local
Dsegment_reduction_ops.cc57 TensorShape indices_shape = ctx->InputShape(1); in Compile() local
Dtensor_array_ops.cc305 const TensorShape indices_shape = ctx->InputShape(1); in Compile() local
373 const TensorShape indices_shape = ctx->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils_test.cc262 const Shape& indices_shape = args[1].shape(); in XLA_TEST_F() local
300 const Shape& indices_shape = args[1].shape(); in XLA_TEST_F() local
Ddynamism_inference_test.cc276 Shape indices_shape = ShapeUtil::MakeShape(S32, {2}); in TEST_F() local
298 Shape indices_shape = ShapeUtil::MakeShape(S32, {2}); in TEST_F() local
319 Shape indices_shape = ShapeUtil::MakeShape(S32, {2}); in TEST_F() local
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dsegment_reduction_ops.cc48 TensorShape indices_shape = ctx->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_one_hot_op_test.py153 indices_shape, argument
Dragged_gather_op_test.py356 indices_shape, argument
/external/tensorflow/tensorflow/lite/kernels/perception/
Dmax_unpooling_2d.cc76 const RuntimeShape indices_shape = GetTensorShape(indices); in Prepare() local
/external/tensorflow/tensorflow/lite/kernels/
Dsparse_to_dense_test.cc32 SparseToDenseOpModel(std::initializer_list<int> indices_shape, in SparseToDenseOpModel()
Dembedding_lookup_sparse_test.cc40 std::initializer_list<int> indices_shape, in EmbeddingLookupSparseOpModel()
/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/
Dxla_helpers.cc83 DataType index_type, const TensorShape& indices_shape, in OneHot()

12