Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/
Dgraph_kernel_json_generator.cc262 void SetValueList(nlohmann::json *node_json, void *data, size_t data_size, TypeId type_id, const An… in SetValueList()
282 void SetSingleValue(nlohmann::json *node_json, void *data, TypeId type_id, const AnfNodePtr &cnode,… in SetSingleValue()
643 std::string GraphKernelJsonGenerator::GetTensorName(const nlohmann::json &node_json, const std::str… in GetTensorName()
711 … GraphKernelJsonGenerator::SaveNodeAddress(const AnfNodePtr &anf_node, nlohmann::json *node_json) { in SaveNodeAddress()
753 …nelJsonGenerator::GenerateSingleKernelJson(const AnfNodePtr &anf_node, nlohmann::json *node_json) { in GenerateSingleKernelJson()
816 void GraphKernelJsonGenerator::GetIOSize(const nlohmann::json &node_json, std::vector<size_t> *inpu… in GetIOSize()
1012 nlohmann::json node_json; in GenSingleJsons() local