Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for node_size (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    }
    
    Status DiagnoseMultipleConcreteFunctions(const SavedObjectGraph& object_graph,
                                             const ObjectNames& object_names) {
      for (int node_id = 0; node_id < object_graph.nodes_size(); node_id++) {
        const SavedObject& object = object_graph.nodes(node_id);
        if (object_names.GetExportedNames(node_id).empty()) {
          continue;
        }
        if (object.kind_case() == SavedObject::kFunction) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top