Home
last modified time | relevance | path

Searched defs:tensor_value (Results 1 – 22 of 22) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_debug.cc37 auto tensor_value = CheckArg<AbstractTensor>(op_name, args_abs_list, 0); in InferImplDebug() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Denviron_get.cc69 auto tensor_value = default_value->cast<abstract::AbstractTensorPtr>(); in InferShapeAndType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/jit/
Djit_dfunctor.cc124 auto tensor_value = GenNewTensorInner(cnode_type, cnode_shape); in GenNewTensor() local
128 auto tensor_value = std::make_shared<tensor::Tensor>(cnode_type->type_id(), NoShape); in GenNewTensor() local
Djit_grad.cc271 const auto tensor_value = PyNativeAlgo::Common::GetTensorFromParam(original_params[i]); in GetWeightsNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/
Dtop_cell.cc98 auto tensor_value = value->cast<tensor::BaseTensorPtr>(); in BackUpValueMetaGradInfo() local
118 auto tensor_value = value->cast<tensor::BaseTensorPtr>(); in ClearValueMetaGradInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmap_tensor.cc110 auto tensor_value = value_tensor(); in TransExportDataToTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/lite_exporter/
Dfetch_content.cc439 auto tensor_value = tensor_info->cast<tensor::TensorPtr>(); in FetchDataFromCNode() local
502 auto tensor_value = tensor_info->cast<tensor::TensorPtr>(); in FetchDataFromAbstract() local
/third_party/mindspore/mindspore-src/source/mindspore/core/symbolic_shape/
Dutils.cc127 …auto tensor_value = CheckAndConvertUtils::CheckTensorIntValue(v->ToString(), v, "ConstSymbolicValu… in ConstValueToSymbol() local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc910 ShapeVector tensor_value; in CheckTensorIntValue() local
960 ShapeVector tensor_value; in CheckTensorIntValue() local
1201 std::vector<double> tensor_value; in CheckTensorFloatValue() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dgraph_kernel_pass_manager_lite.cc60 ValuePtr tensor_value = nullptr; in PrintNodeOutputType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dconvert_utils.cc459 auto tensor_value = TensorValueToVector<T>(tensor); in GetTensorValue() local
Dconvert_utils_py.cc868 auto tensor_value = value->cast<tensor::BaseTensorPtr>(); in ShallowCopyTensorValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h139 int64_t tensor_value = 0; in GetTensorData() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/debug/
Dtrace.cc223 ValuePtr tensor_value = nullptr; in GetNodeTypeOrigin() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_utils.cc529 auto tensor_value = default_value->cast<tensor::BaseTensorPtr>(); in GetTensorFromParam() local
905 const auto &tensor_value = value->cast<tensor::BaseTensorPtr>(); in SetValueGradInfo() local
1000 const auto tensor_value = GetTensorFromParam(original_params[i]); in SetGraphInputAndWeightsInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Dforward.cc63 auto tensor_value = value->cast<mindspore::tensor::BaseTensorPtr>(); in ShallowCopyValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc450 std::vector<float> tensor_value(softmax_output_shape[0], 1.0 / softmax_output_shape[0]); in CreateMul() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Dparse_example_op.cc860 std::string_view tensor_value; in CalculateNumMiniBatch() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Ddevice_address_utils.cc1113 const auto &tensor_value = GetValue<std::string>(string_imm); in CreateInputAddress() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Danf_ir_dump.cc303 ValuePtr tensor_value = nullptr; in PrintNodeOutputType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dsession_basic.cc727 auto tensor_value = value_tuple->value()[output_index]; in GetValueNodeOutput() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dabstract_value.cc220 auto tensor_value = BuildValue(); in ToString() local