Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for takeVector (0.26 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_head_tail_outside_compilation.cc

          }
          return WalkResult::advance();
        });
    
        if (!walk_result.wasInterrupted())
          head_outside_compiled_ops.insert(&cluster_op);
      }
    
      return head_outside_compiled_ops.takeVector();
    }
    
    // Moves head outside compiled ops into its own `tf_device.LaunchOp`
    // computation before the cluster.
    void CreateHeadComputation(OpBuilder* builder,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top