Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for feedsif (0.17 sec)

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

          std::unordered_map<string, Node*>* node_name_map);
    
      // Prune nodes that do not feed into fetch nodes.
      Status PruneUnreachableNodes(
          std::unordered_map<string, Node*>* node_name_map);
    
      // Converts feeds to Placeholder nodes.
      Status ConvertFeedsToPlaceholders(
          std::unordered_map<string, Node*>* node_name_map);
    
      // Converts the inferred shape referred to by 'handle' in 'context', with
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        op. The order of ops will be preserved. Functions named `main` with no
        `tf.entry_function` attribute will not be pruned, as such graphs/functions may
        have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
        not provided at certain stages of IR transformation (e.g. pre-placement).
    
        Option `ops-to-preserve` allows to specify ops that should not be pruned,
        regardless of their reachability.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top