Home
last modified time | relevance | path

Searched defs:original_shape (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreplay_test.cc52 std::unique_ptr<ProgramShape> original_shape = in TEST_F() local
84 std::unique_ptr<ProgramShape> original_shape = in XLA_TEST_F() local
128 std::unique_ptr<ProgramShape> original_shape = in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dmirror_pad_op.cc32 const xla::Shape& original_shape, in DoMirrorPad()
119 const xla::Shape& original_shape, in DoMirrorPadGrad()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbfloat16_normalization.cc172 auto original_shape = hlo->shape(); in ChangeOutputTypeThenInsertConvertBack() local
348 auto original_shape = hlo->shape(); in HandleMultipleOutputs() local
H A Dhlo_rematerialization.cc1257 const Shape& original_shape = hlo->shape(); in GetCompactShape() local
1430 const Shape& original_shape = item->instruction->shape(); in PickRematerializationCandidates() local
H A Dalgebraic_simplifier.cc1147 const Shape& original_shape, const Shape& result_shape, in ReshapeLayoutDimensions()
1229 const Shape& original_shape, const Shape& bitcast_shape, in InvertBitcastDimMap()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebraUtils.h550 inline Tensor get_linear_indices(int64_t numel, IntArrayRef original_shape, IntArrayRef broadcast_s… in get_linear_indices()
563 IntArrayRef original_shape, in BroadcastLinearIndices()
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/
H A Dnearest_upsample.py33 def new_shape_for_upsample(original_shape, scales, axis): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dlayout_util.cc67 xla::XlaBuilder* builder, xla::XlaOp original, xla::Shape original_shape, in ReshapeWithCorrectRepresentationAndSharding()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dlayout_util.cc83 xla::XlaBuilder* builder, xla::XlaOp original, xla::Shape original_shape, in ReshapeWithCorrectRepresentationAndSharding()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_reshape_op_test.py354 def _MakeAndReshapeTensor(self, tensor_class, original_shape, target_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstrided_slice_op.cc355 TensorShape original_shape = old_lhs->shape(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dprng.cc222 const Shape& original_shape) { in CombineShapePair()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp1273 IntArrayRef original_shape = config.static_shape_ ? shape_ : op.tensor_base().sizes(); in compute_strides() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc1730 Shape original_shape = to_reshape.hlo()->shape(); in SplitReshapeHelper() local
1753 Shape original_shape = to_reshape.hlo()->shape(); in MergeReshapeHelper() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc323 TensorShapeProto MaybeGetMinimumShape(const TensorShapeProto& original_shape, in MaybeGetMinimumShape()