Home
last modified time | relevance | path

Searched defs:dim_b (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUpSampleNearest1d.cu40 size_t dim_b, in upsample_nearest1d_out_frame()
72 size_t dim_b, in upsample_nearest1d_backward_out_frame()
H A DUpSampleNearest3d.cu45 size_t dim_b, in upsample_nearest3d_out_frame()
90 size_t dim_b, in upsample_nearest3d_backward_out_frame()
H A DUpSampleNearest2d.cu116 size_t dim_b, in upsample_nearest2d_backward_out_frame()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dsparse_mat_mul_op.cc53 void SwapDimSizes(const int dim_a, const int dim_b, TensorShape* shape) { in SwapDimSizes()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dspmd_expander_common.cc230 const int dim_b = i - rank_offset_b; in GetBroadcastLayoutForElementWise() local
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Dtensor_util.h675 size_t dim_b) { in tensors_have_same_size_at_dims()
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc2060 int dim_b = 1; in TEST() local
2215 int dim_b = 2; in TEST() local
2245 int dim_b = 1; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_a_m.cc388 auto static_dims = [](int64_t dim_a, int64_t dim_b) { in verify()