Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dsparse_reduce_sum_op_test.cc53 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
95 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
Dsparse_dense_binary_op_shared_test.cc99 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
128 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
155 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
187 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
Dsparse_add_op_test.cc63 const auto indices_shape = TensorShape({4, 2}); in TEST_F() local
Done_hot_op.cc55 const TensorShape& indices_shape = indices.shape(); in Compute() local
Dragged_gather_op_test.cc33 const TensorShape& indices_shape, const std::vector<INDEX_TYPE>& indices, in BuildRaggedGatherGraph()
Dexample_parsing_ops.cc682 TensorShape indices_shape({num_elements, 1}); in Compute() local
695 TensorShape indices_shape({0, 1}); in Compute() local
805 TensorShape indices_shape({total_num_features, 2}); in Compute() local
Dgather_nd_op.cc96 const TensorShape& indices_shape(indices.shape()); in DoGatherNd() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc30 const xla::XlaOp& indices, const TensorShape& indices_shape, in XlaGather()
158 auto indices_shape = context->InputShape(1); in Compile() local
207 TensorShape indices_shape = context->InputShape(1); in Compile() local
Dscatter_nd_op.cc33 const TensorShape& indices_shape, in ValidateUpdateShape()
84 TensorShape indices_shape = context->InputShape(0); in Compile() 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
Dsegment_reduction_ops.cc57 TensorShape indices_shape = ctx->InputShape(1); in Compile() local
Ddynamic_stitch_op.cc71 TensorShape indices_shape; 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.cc280 const Shape& indices_shape = args[1].shape(); in XLA_TEST_F() local
318 const Shape& indices_shape = args[1].shape(); in XLA_TEST_F() local
/external/tensorflow/tensorflow/core/ops/
Dresource_variable_ops.cc267 ShapeHandle indices_shape = c->input(1); in __anon3f9cfa090402() local
319 ShapeHandle indices_shape = c->input(1); in ResourceScatterUpdateShape() local
Dstate_ops.cc118 ShapeHandle indices_shape = c->input(1); in ScatterUpdateShape() local
Dmath_ops.cc1005 ShapeHandle indices_shape; in SparseSegmentReductionShapeFn() local
1029 ShapeHandle indices_shape; in SparseSegmentReductionGradShapeFn() local
1067 ShapeHandle indices_shape; in SparseSegmentReductionWithNumSegmentsShapeFn() local
Darray_ops.cc1101 ShapeHandle indices_shape = c->input(1); in __anon7c94107b1702() local
1121 ShapeHandle indices_shape = c->input(1); in __anon7c94107b1802() local
2874 Status ScatterNdShapeHelper(InferenceContext* c, ShapeHandle indices_shape, in ScatterNdShapeHelper()
2932 ShapeHandle indices_shape; in ScatterNdShape() local
2944 ShapeHandle indices_shape; in ScatterNdTensorShape() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc85 DataType index_type, const TensorShape& indices_shape, in OneHot()
/external/tensorflow/tensorflow/lite/kernels/
Dsparse_to_dense_test.cc31 SparseToDenseOpModel(std::initializer_list<int> indices_shape, in SparseToDenseOpModel()
Dembedding_lookup_sparse_test.cc36 std::initializer_list<int> indices_shape, in EmbeddingLookupSparseOpModel()
/external/tensorflow/tensorflow/python/kernel_tests/
Dgather_op_test.py407 def testBatchDimsMatchesPythonBatching(self, params_shape, indices_shape, argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h86 TensorShape indices_shape; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc646 Shape indices_shape = ShapeUtil::MakeShape(S32, {2}); in TEST_F() local
671 Shape indices_shape = ShapeUtil::MakeShape(S32, {2}); in TEST_F() local

12