Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for temp_flib_def (0.5 sec)

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

        // calls), they are ignored.
        TF_RETURN_IF_ERROR(
            graph->get()->mutable_flib_def()->AddLibrary(temp_flib_def));
      }
    
      if (flib_def != nullptr) {
        TF_RETURN_IF_ERROR(flib_def->AddLibrary(temp_flib_def));
      }
      return absl::OkStatus();
    }
    
    }  // namespace
    
    Status ConvertMlirToGraph(mlir::ModuleOp module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

        // calls), they are ignored.
        TF_RETURN_IF_ERROR(
            graph->get()->mutable_flib_def()->AddLibrary(temp_flib_def));
      }
    
      if (flib_def != nullptr) {
        TF_RETURN_IF_ERROR(flib_def->AddLibrary(temp_flib_def));
      }
      return absl::OkStatus();
    }
    
    }  // namespace
    
    Status ConvertMlirToGraph(mlir::ModuleOp module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top