Home
last modified time | relevance | path

Searched defs:in_dim (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dredistribution_operator_infer.cc87 int64_t in_dim = map_[index]; in InferRedistributionOperator() local
101 int64_t in_dim = iter->second; in InferSplitByAxis() local
126 int64_t in_dim = map_[index]; in InferPermuteByAxis() local
169 int64_t in_dim = map_[index]; in InferConcatByAxis() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpad_fp32.c47 int TransOut2InputDimIndex(int out_dim_index, int left_pad, int in_dim, int offset) { in TransOut2InputDimIndex()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpad_int8.c39 int TransOut2InputDimIndexInt8(int out_dim_index, int left_pad, int in_dim, int offset) { in TransOut2InputDimIndexInt8()