Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/
Dtensor_utils.cc31 std::vector<int32_t> TruncateShape(const std::vector<int64_t> &shape, enum TypeId type, size_t data… in TruncateShape() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Dlite_infer_session.cc104 std::vector<int32_t> LiteInferSession::TruncateShape(const std::vector<int64_t> &shape, TypeId type… in TruncateShape() function in mindspore::LiteInferSession
Ddefault_session.cc353 std::vector<int32_t> DefaultInferSession::TruncateShape(const std::vector<int64_t> &shape, enum Typ… in TruncateShape() function in mindspore::DefaultInferSession
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/graph_executor/litert/
Dgraph_executor.cc357 std::vector<int32_t> LiteRTGraphExecutor::TruncateShape(const std::vector<int64_t> &shape, TypeId t… in TruncateShape() function in mindspore::LiteRTGraphExecutor