Home
last modified time | relevance | path

Searched defs:updates_shape (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dscatter_nd_op.cc36 const TensorShape& updates_shape, in ValidateUpdateShape()
93 TensorShape updates_shape = context->InputShape(1); in Compile() local
152 TensorShape updates_shape = context->InputShape(2); in CompileTensorScatter() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad_test.cc233 TensorShape updates_shape({4}); in TEST_F() local
243 TensorShape updates_shape({2, 4, 4}); in TEST_F() local
253 TensorShape updates_shape({4}); in TEST_F() local
264 TensorShape updates_shape({2, 4, 4}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscatter_nd_util.cc24 const TensorShape& updates_shape) { in ValidateScatterNdUpdateShape()
H A Dscatter_nd_op.cc782 const TensorShape& updates_shape(updates.shape()); in PrepareAndValidateInputs() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dstate_ops.cc144 ShapeHandle updates_shape; in ScatterNdUpdateShape() local
H A Darray_ops.cc3137 ShapeHandle updates_shape; in ScatterNdTensorShape() local
3183 ShapeHandle updates_shape; in __anon38bbb0e84702() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.h484 Shape updates_shape; member
H A Dir_emitter_unnested.cc5244 const Shape& updates_shape = root->operand(2)->shape(); in EmitScatter() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Darray_ops_test.py1401 self, shape, begin, end, strides, updates_shape, *args): argument
1417 strides, updates_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc3565 const Shape& updates_shape, const ScatterDimensionNumbers& dim_numbers) { in ValidateScatterDimensionNumbers()
3698 const Shape& updates_shape = *updates_shapes[operand_i]; in InferScatterShape() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dreference_ops.h661 const RuntimeShape& updates_shape, in ScatterNd()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.cc2416 ShapeHandle updates_shape, in ScatterNdShapeHelper()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1194 std::vector<int64_t> updates_shape(indices_first); in ChooseScatterArguments() local