Home
last modified time | relevance | path

Searched refs:kPrimRowTensorGetValues (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Drow_tensor_eliminate.h40 MATCH_REPLACE(node, PPrimitive(prim::kPrimRowTensorGetValues, slices), y); in operator()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.cc233 {"values", prim::kPrimRowTensorGetValues}, // F.row_tensor_get_values in GetAttrMap()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dirpass.cc238 …{prim::kPrimRowTensorGetIndices, prim::kPrimRowTensorGetValues, prim::kPrimRowTensorGetDenseShape}… in OptimizeIRPassLib()
Dclean.cc500 IsPrimitiveCNode(node, prim::kPrimRowTensorGetValues)) { in CleanAfterOptA()
/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.cc196 {prim::kPrimRowTensorGetValues, {InferImplRowTensorGetValues, nullptr, true}}, in GetPrimitiveToEvalImplMap()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h445 inline const PrimitivePtr kPrimRowTensorGetValues = std::make_shared<Primitive>("RowTensorGetValues… variable