Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_property_checker.cc58 AbstractBasePtr input_abstract = input->abstract(); in CheckStridedSlice() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc711 const AbstractBasePtrList &input_abstract) { in RectifyAbstractFromRegAttr()
765 const AbstractBasePtrList &input_abstract) { in RectifyAbstractFromDynamicInput()
799 …ePtrList RectifyAbstract(const PrimitivePtr &primitive, const AbstractBasePtrList &input_abstract)… in RectifyAbstract()
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_model_parser.cc381 auto input_abstract = CreateTensorAbstract({}, kNumberTypeInt32); in BuildCondGraph() local