Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/symbolic_shape/
Dutils.h36 inline ShapeVector ToShape(const SymbolPtr &symbol) { return ToShape(symbol.get()); } in ToShape() function
Dutils.cc161 ShapeVector ToShape(const Symbol *symbol) { in ToShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/
Dtrt_op_converter.cc38 nvinfer1::ITensor *ToShape(LayerInput *input, const std::vector<size_t> &shape, in ToShape() function