Home
last modified time | relevance | path

Searched defs:data_value (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/c_api/
Dtensor_test.cc39 float data_value[] = {0, 1, 2, 3, 4, 5, 6, 7, 8}; in TEST_F() local
82 float data_value[] = {0, 1, 2, 3}; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/npu/op/
Dresize_npu.cc60 std::vector<float> data_value = {1, 1, new_height / org_height, new_width / org_width}; in Init() local
65 std::vector<int> data_value = {new_height, new_width}; in Init() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc1254const ValuePtr data_value, const std::vector<int64_t> &new_data_shape, in SetitemCopyView()
1301const ValuePtr &data_value, const TypePtr &data_type) { in SetitemBySliceWithTensor()
1510 bool TensorIndex::GetItemByTupleWithView(const ValuePtr &data_value, const ShapeVector &data_shape, in GetItemByTupleWithView()
1656 py::object TensorIndex::GetItemByBool(const ValuePtr &data_value, const ShapeVector &data_shape, bo… in GetItemByBool()
1715 py::object TensorIndex::GetItemByNumberWithView(const ValuePtr &data_value, const ShapeVector &data… in GetItemByNumberWithView()
1747 py::object TensorIndex::GetItemBySlice(const ValuePtr &data_value, const ShapeVector &data_shape, in GetItemBySlice()
1789 …object TensorIndex::GetItemIndexSimpleIndex(const py::object &py_index, const ValuePtr &data_value, in GetItemIndexSimpleIndex()
1837 ValuePtr data_value; in GetItemIndexInfo() local
1960 … const TensorIndexType &py_value_type, const ValuePtr &data_value) { in SetItemByNumberWithView()
2138 const ValuePtr &data_value) { in SetItemBySlice()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/lite_exporter/
Dfetch_content.cc180 auto data_value = data->value(); in FetchCastImmValue() local
194 auto data_value = data->value(); in FetchImmValue() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_statement.cc152 const auto &data_value = data_abs->BuildValue(); in CheckIfDataIsTarget() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Danfnode_tensor_adapter.cc300 auto data_value = data->value(); in CreateFromBoolImmValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprim.cc1772 …luatedValueForNameSpaceString(const AbstractBasePtrList &args_abs_list, const ValuePtr &data_value, in GetEvaluatedValueForNameSpaceString()
1935 auto data_value = data->BuildValue(); in GetEvaluatedValueForNameSpace() local