Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
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
/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_util.cc24 const TensorShape& updates_shape) { in ValidateScatterNdUpdateShape()
Dscatter_nd_op.cc782 const TensorShape& updates_shape(updates.shape()); in PrepareAndValidateInputs() local
/external/tensorflow/tensorflow/core/ops/
Dstate_ops.cc144 ShapeHandle updates_shape; in ScatterNdUpdateShape() local
Darray_ops.cc3137 ShapeHandle updates_shape; in ScatterNdTensorShape() local
3183 ShapeHandle updates_shape; in __anon847f0b684702() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.h484 Shape updates_shape; member
Dir_emitter_unnested.cc5244 const Shape& updates_shape = root->operand(2)->shape(); in EmitScatter() local
/external/tensorflow/tensorflow/cc/gradients/
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
/external/tensorflow/tensorflow/compiler/xla/service/
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
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Darray_ops_test.py1401 self, shape, begin, end, strides, updates_shape, *args): argument
1417 strides, updates_shape, argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h661 const RuntimeShape& updates_shape, in ScatterNd()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc2416 ShapeHandle updates_shape, in ScatterNdShapeHelper()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1194 std::vector<int64_t> updates_shape(indices_first); in ChooseScatterArguments() local