Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_conv_base_parser.cc37 STATUS TFConvBaseParser::ParseKernels(const tensorflow::NodeDef &node_def, const mindspore::Format … in ParseKernels()
58 STATUS TFConvBaseParser::ParseStrides(const tensorflow::NodeDef &node_def, const mindspore::Format … in ParseStrides()
80 STATUS TFConvBaseParser::ParseExplicitPaddings(const tensorflow::NodeDef &node_def, const mindspore… in ParseExplicitPaddings()
107 STATUS TFConvBaseParser::ParseDilations(const tensorflow::NodeDef &node_def, const mindspore::Forma… in ParseDilations()
129 mindspore::PadMode TFConvBaseParser::ParsePadMode(const tensorflow::NodeDef &node_def) { in ParsePadMode()
Dtf_util.cc50 bool TensorFlowUtils::FindAttrValue(const tensorflow::NodeDef &node_def, const std::string &attr_na… in FindAttrValue()
61 TypeId TensorFlowUtils::ParseAttrDataType(const tensorflow::NodeDef &node_def, const std::string &a… in ParseAttrDataType()
143 mindspore::Format TensorFlowUtils::ParseNodeFormat(const tensorflow::NodeDef &node_def) { in ParseNodeFormat()
Dtf_model_parser.cc393 STATUS TFModelParser::ConvertConstTensor(const tensorflow::NodeDef &node_def, const tensorflow::Att… in ConvertConstTensor()
530 auto &node_def = tf_root_graph_->node(i); in Parse() local
544 auto &node_def = tf_root_graph_->node(i); in Parse() local
626 auto &node_def = tf_sub_fuction.node_def(j); in ConvertSubgraphInputs() local
750 auto &node_def = tf_sub_fuction.node_def(j); in ConvertSubgraph() local
827 STATUS TFModelParser::ConvertInputNodes(const tensorflow::NodeDef &node_def, in ConvertInputNodes()
934 STATUS TFModelParser::ConvertOps(const tensorflow::NodeDef &node_def, in ConvertOps()
1017 const tensorflow::NodeDef &node_def) { in ProcessControlFlowOp()
/third_party/mindspore/third_party/proto/tensorflow/
Dfunction.proto94 repeated NodeDef node_def = 3; field
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dtask_info.h120 … const std::string &kernel_name, const std::string &node_def, const std::string &ext_info, in AicpuTaskInfo()
134 const std::string &node_def() const { return node_def_; } in node_def() function