Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PreprocessGraphDef (0.3 sec)

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

    // - Adding the default attributes to each node def if they are missing from
    //   the GraphDef.
    // - Replacing LegacyFedInput nodes with Placeholder nodes if
    //   convert_legacy_fed_inputs option is enabled.
    Status PreprocessGraphDef(const GraphImportConfig* specs, GraphDef* graph_def) {
      for (auto& node_def : *graph_def->mutable_node()) {
        // TODO(hinsu): Completely deprecate support for LegacyFedInput ops. One
    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