Searched defs:data_value (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/c_api/ |
| D | tensor_test.cc | 39 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/ |
| D | resize_npu.cc | 60 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/ |
| D | tensor_index_py.cc | 1254 … const ValuePtr data_value, const std::vector<int64_t> &new_data_shape, in SetitemCopyView() 1301 … const 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/ |
| D | fetch_content.cc | 180 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/ |
| D | prim_statement.cc | 152 const auto &data_value = data_abs->BuildValue(); in CheckIfDataIsTarget() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/ |
| D | anfnode_tensor_adapter.cc | 300 auto data_value = data->value(); in CreateFromBoolImmValue() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/ |
| D | prim.cc | 1772 …luatedValueForNameSpaceString(const AbstractBasePtrList &args_abs_list, const ValuePtr &data_value, in GetEvaluatedValueForNameSpaceString() 1935 auto data_value = data->BuildValue(); in GetEvaluatedValueForNameSpace() local
|