Home
last modified time | relevance | path

Searched defs:max_shape_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dboundingbox_decode_cpu_kernel.h44 std::vector<int> max_shape_; variable
/third_party/mindspore/mindspore/core/ops/grad/
Dbias_add_grad.cc55 auto max_shape_ = GetFormatShape(format, max_shape); in InferShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/other/
Dboundingbox_decode_gpu_kernel.h159 std::vector<int> max_shape_; variable
/third_party/mindspore/mindspore/core/abstract/
Ddshape.h92 ShapeVector max_shape_; // record maximum length for each dynamic dimension variable