Searched defs:x_input_name (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/express_ir/ |
| D | onnx_exporter.cc | 2619 auto x_input_name = GetNodeInputName(node->input(kOneNum), node_map_ptr, graph_proto); in ExportPrimTopK() local 3299 auto x_input_name = GetNodeInputName(node->input(kOneNum), node_map_ptr, graph_proto); in ExportPrimDynamicRNN() local 3499 auto x_input_name = GetNodeInputName(node->input(kOneNum), node_map_ptr, graph_proto); in ExportPrimLSTM() local 3596 auto x_input_name = GetNodeInputName(x_input, node_map_ptr, graph_proto); in ExportPrimTensorCopySlices() local 3786 auto x_input_name = GetNodeInputName(x_input, node_map_ptr, graph_proto); in ExportPrimSort() local
|