Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetStaticExternalOperands (0.16 sec)

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

    }
    
    // Returns operands of `cluster_ops` that need to be
    // communicated from device->host. This is for the case when all operands have a
    // static shape.
    llvm::SmallSetVector<Value, 4> GetStaticExternalOperands(
        mlir::tf_device::ClusterOp device_cluster,
        const llvm::SmallSetVector<Operation*, 4>& cluster_ops) {
      llvm::SmallSetVector<Value, 4> external_values;
      for (Operation* op : cluster_ops) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top