Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment.cc80 static Shape RowMajorShape(const Shape& old_shape) { in RowMajorShape()
88 static Shape ColMajorShape(const Shape& old_shape) { in ColMajorShape()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_pad_for_convolutions.cc248 const Shape& new_shape) { in TryResolvePaddedShapesForTensorCore()
411 const Shape& new_shape) { in TryResolvePaddedShapesForIntegerConvolution()
/external/ComputeLibrary/src/core/
DAccessWindowTranspose.cpp42 TensorShape old_shape(shape); in compute_valid_region() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc127 const Shape& old_shape = conditional->operand(branch + 1)->shape(); in TryRemoveUnusedConditionalOperands() local
245 const Shape old_shape = conditional_op->shape(); in RemoveUnusedTupleElements() local
Dhlo_element_type_converter.cc198 Shape old_shape = hlo->shape(); in Run() local
Dspace_to_batch_converter.cc1737 auto old_shape = consumer->mutable_operand(0)->shape(); in Propagate() local
2007 auto old_shape = old_instr->shape(); in SelectValidPortion() local
Dconditional_code_motion.cc690 const Shape& old_shape = old_root->shape(); in MoveInstructionIn() local
/external/ComputeLibrary/tests/validation/fixtures/
DOpticalFlowFixture.h84 TensorShape old_shape = library->get_image_shape(old_image_name); in compute_target() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py1091 def _pad_left_to(n, old_shape): argument
1141 def new_shape(_, old_shape): argument
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc395 inline std::vector<int64_t> GetPaddedShape(ArrayRef<int64_t> old_shape, in GetPaddedShape()
1543 auto old_shape = shape.getType().getShape(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc5482 xla::Shape old_shape = xla::TypeToShape(t); in GetTPUInfeedLayoutFromAPI() local