Home
last modified time | relevance | path

Searched defs:old_shape (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_layout_assignment.cc81 static Shape RowMajorShape(const Shape& old_shape) { in RowMajorShape()
89 static Shape ColMajorShape(const Shape& old_shape) { in ColMajorShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_pad_for_convolutions.cc258 const Shape& new_shape) { in TryResolvePaddedShapesForTensorCore()
428 const Shape& new_shape) { in TryResolvePaddedShapesForIntegerConvolution()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_simplifier.cc129 const Shape& old_shape = conditional->operand(branch + 1)->shape(); in TryRemoveUnusedConditionalOperands() local
247 const Shape old_shape = conditional_op->shape(); in RemoveUnusedTupleElements() local
H A Dhlo_element_type_converter.cc204 Shape old_shape = hlo->shape(); in Run() local
H A Dspace_to_batch_converter.cc2022 auto old_shape = consumer->mutable_operand(0)->shape(); in Propagate() local
2292 auto old_shape = old_instr->shape(); in SelectValidPortion() local
H A Dconditional_code_motion.cc779 const Shape& old_shape = old_root->shape(); in MoveInstructionIn() local
/aosp_15_r20/external/ComputeLibrary/src/core/
H A DAccessWindowTranspose.cpp42 TensorShape old_shape(shape); in compute_valid_region() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dadjust_layout.cc48 xla::Shape old_shape = xla::TypeToShape(t); in GetTPUInfeedLayoutFromAPI() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_array_ops.py1087 def _pad_left_to(n, old_shape): argument
1137 def new_shape(_, old_shape): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesViews.cpp294 auto old_shape = self_.sym_sizes(); in roll_batch_rule() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc437 const auto old_shape = shape.cast<DenseIntElementsAttr>(); in ReshapeValueDroppingLastDim() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc484 inline std::vector<int64_t> GetPaddedShape(ArrayRef<int64_t> old_shape, in GetPaddedShape()
1688 auto old_shape = shape.getType().getShape(); in matchAndRewrite() local