Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateNoOpWithControlDependencies (0.49 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/merge_initializer_function_ops_to_main.cc

      };
    
      return llvm::to_vector(cloned_fetch_op.getFetches());
    }
    
    // Creates a new `IslandOp` that wraps a `TF::NoOp`. The `IslandOp` has control
    // dependencies to the values provided.
    IslandOp CreateNoOpWithControlDependencies(
        const Location loc, GraphOp main_graph_op,
        const ArrayRef<Value> control_dependencies) {
      auto builder = OpBuilder::atBlockTerminator(&main_graph_op.GetBody());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:54:52 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top