Home
last modified time | relevance | path

Searched defs:expand_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRepeat.cpp111 auto expand_shape = input.sym_sizes().vec(); in repeat_interleave_symint() local
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_util.py109 def expand_shape(arr_shape, axis): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_tile_reduction.cc323 Value expand_shape = b.create<ExpandShapeOp>( in TileAndReshapeInputTensors() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesConvolution.cpp161 DimVector expand_shape(tensor_.sizes().begin(), tensor_.sizes().end()); in make_dummy() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_space_to_depth_pass.cc185 SmallVector<int64_t, 4> expand_shape(pad_shape.begin(), pad_shape.end()); in GetPadOpForConv2DFilter() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DBatchLinearAlgebra.cpp2398 auto expand_shape = DimVector(B.sizes().slice(0, n - 2)); in maybe_expand_lu() local
2410 auto expand_shape = DimVector(B.sizes().slice(0, B.dim() - 2)); in maybe_expand_pivots() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp1399 auto expand_shape = in ComputeConstant() local