Home
last modified time | relevance | path

Searched defs:AbstractBasePtr (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dall_finite.cc43 …ShapePtr AllFiniteInferShape(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &) { in AllFiniteInferShape()
49 TypePtr AllFiniteInferType(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &) { in AllFiniteInferType()
Dtril_indices.cc44 …apePtr TrilIndicesInferShape(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &) { in TrilIndicesInferShape()
72 TypePtr TrilIndicesInferType(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &) { in TrilIndicesInferType()
Dtriu_indices.cc44 …apePtr TriuIndicesInferShape(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &) { in TriuIndicesInferShape()
75 TypePtr TriuIndicesInferType(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &) { in TriuIndicesInferType()
Dbase_operator.h33 using AbstractBasePtr = std::shared_ptr<AbstractBase>; variable
Dnpu_alloc_float_status.cc36 …hapePtr NPUAllocFloatStatusInferShape(const PrimitivePtr &, const std::vector<AbstractBasePtr> &) { in NPUAllocFloatStatusInferShape()
Dmap_tensor_get_keys.cc38 …::ShapePtr MapTensorGetKeysInferShape(const PrimitivePtr &, const std::vector<AbstractBasePtr> &) { in MapTensorGetKeysInferShape()
Dreservoir_replay_buffer.cc235 BaseShapePtr CommonInferShape(const PrimitivePtr &, const std::vector<AbstractBasePtr> &) { in CommonInferShape()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dzip_operation.h37 using AbstractBasePtr = abstract::AbstractBasePtr; variable
Dstarred_operation.h39 using AbstractBasePtr = abstract::AbstractBasePtr; variable
/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/ir/
Dcommon.h39 using AbstractBasePtr = SharedPtr<AbstractBase>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Dconvert_pad_v3_paddings.h47 …virtual const AnfNodePtr CreateConstPaddingsPass(const FuncGraphPtr &, const AbstractBasePtr &, co… in CreateConstPaddingsPass()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dcommon.h76 using AbstractBasePtr = mindspore::abstract::AbstractBasePtr; variable
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dupsample.cc113const std::tuple<AbstractBasePtr, AbstractBasePtr> &input_args, in InferShapeWithNone()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dcompile_result_builder.cc30 using AbstractBasePtr = mindspore::abstract::AbstractBasePtr; typedef
Danfnode_tensor_adapter.cc27 using AbstractBasePtr = mindspore::abstract::AbstractBasePtr; typedef
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Danf.h57 using AbstractBasePtr = std::shared_ptr<abstract::AbstractBase>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstatic_analysis.cc1873 … [infer_graph](const AbstractBasePtr &) -> AnfNodePtr { return infer_graph->add_parameter(); }); in EvalFunctionValue()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Daction.cc221 … [infer_graph](const AbstractBasePtr &) -> AnfNodePtr { return infer_graph->add_parameter(); }); in ConstructGraphForEval()