Home
last modified time | relevance | path

Searched defs:tensor_val (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/
Dtensor_info.cc32 const mindspore::tensor::TensorPtr &tensor_val) in TensorInfoImpl()
56 const mindspore::tensor::TensorPtr &tensor_val) { in TensorInfo()
Dtensorrt_graph_executor.cc104 auto tensor_val = GetConstNodeValue(prev_node); in KernelTensorAsTensorInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dfunc_graph_utils.cc228 auto tensor_val = GetConstNodeValue(node); in GetTensorDataType() local
241 auto tensor_val = GetConstNodeValue(node); in GetTensorShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatrix_diag_v3.cc48 …auto tensor_val = CheckAndConvertUtils::CheckTensorIntValue(arg_name, value_ptr, prim_name, arg->G… in GetTensorValue() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend_native/
Dascend_native_composite_kernel.cc141 auto tensor_val = FuncGraphUtils::GetConstNodeValue(prev_node); in anfTensorToTensorInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Ddelegate.cc51 auto tensor_val = FuncGraphUtils::GetConstNodeValue(prev_node); in anfTensorToTensorInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebug_graph.proto119 optional TensorProto tensor_val = 8; // tensor value field
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danf_ir.proto119 optional TensorProto tensor_val = 8; // tensor value field
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_graph_executor.cc999 auto &tensor_val = it->second; in InitRefDataDeviceTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc981 const auto &tensor_val = dyn_cast<abstract::AbstractTensor>(val); in ConvertDictGetItem() local