Home
last modified time | relevance | path

Searched defs:final_shape (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp489 std::vector<c10::ShapeSymbol> final_shape; in ComputeShapeFromReshape() local
567 std::vector<::c10::ShapeSymbol> final_shape; in ComputeShapeFromExpand() local
609 std::vector<::c10::ShapeSymbol> final_shape; in ComputeShapeFromTile() local
710 c10::SymbolicShape final_shape(shape_size); in SetShapeValueFromListConstructNode() local
723 std::vector<::c10::ShapeSymbol> final_shape; in Broadcast() local
773 auto final_shape = Broadcast(input_shape_value_0, input_shape_value_1); in ProcessBroadcastNode() local
788 std::vector<::c10::ShapeSymbol> final_shape; in ProcessShapeForConcatNode() local
860 c10::SymbolicShape final_shape(shape_size); in ProcessShapeValueForConcatNode() local
900 auto final_shape = Broadcast( in ProcessMatMulNode() local
923 std::vector<::c10::ShapeSymbol> final_shape; in ProcessReduceNode() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstrided_slice_op.cc84 TensorShape final_shape; in EmitDynamicSlice() local
282 TensorShape final_shape; in Compile() local
430 PartialTensorShape processing_shape, final_shape; in CompileAsDynamicUpdateSlice() local
516 TensorShape processing_shape, final_shape; in Compile() local
656 TensorShape final_shape; in Compile() local
H A Dreduction_ops_common.cc94 std::vector<int64_t> final_shape; in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstrided_slice_op.cc97 TensorShape processing_shape, final_shape; in Compute() local
205 TensorShape processing_shape, final_shape; in Compute() local
300 TensorShape final_shape; // After reshaping input. in Compute() local
H A Dstrided_slice_op_test.cc106 TensorShape processing_shape, final_shape; in BM_ValidateStridedSliceOp() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPixelShuffle.cpp109 std::vector<int64_t> final_shape(self.sizes().begin(), self_sizes_batch_end); in math_pixel_shuffle() local
150 std::vector<int64_t> final_shape(self.sizes().begin(), self_sizes_batch_end); in math_pixel_unshuffle() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op.cc175 PartialTensorShape* processing_shape, PartialTensorShape* final_shape, in ValidateStridedSliceOp()
427 TensorShape* processing_shape, TensorShape* final_shape, bool* is_identity, in ValidateStridedSliceOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dslice_ops.cc55 std::optional<nvinfer1::Dims> final_shape, std::optional<int> op_instance, in ConvertStridedSliceHelper()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dcollectives.cc576 llvm::SmallVector<int64_t, 4> final_shape(input_tensor_shape.begin(), in EmitHaloExchange() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine_test.cc178 auto final_shape = ops::Shape(root.WithOpName("final_shape"), reshaped); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_space_to_depth_pass.cc258 SmallVector<int64_t, 4> final_shape = { in HandleConv2DFilter() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_ops.cc1773 PartialTensorShape processing_shape, final_shape; in __anon38bbb0e82502() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc2575 PartialTensorShape final_shape; in ConvertSlice() local
2702 PartialTensorShape final_shape; in ConvertStridedSlice() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc3951 TensorShape final_shape; in GetStridedSliceAxis() local