Searched refs:GetInputTensorValue (Results 1 – 3 of 3) sorted by relevance
100 bool GetInputTensorValue(const AnfNodePtr &anf_node, size_t input_idx, nlohmann::json *const node_j…
734 bool GetInputTensorValue(const AnfNodePtr &anf_node, size_t input_idx, nlohmann::json *const node_j… in GetInputTensorValue() function
206 if (!is_basic_op_ && GetInputTensorValue(anf_node, real_input_index, &input_desc_json)) { in CreateInputDescJson()