Searched defs:node_def (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_conv_base_parser.cc | 37 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()
|
D | tf_util.cc | 50 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()
|
D | tf_model_parser.cc | 393 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/ |
D | function.proto | 94 repeated NodeDef node_def = 3; field
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/ |
D | task_info.h | 120 … 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
|