Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsMustBeXlaOp (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_validate_inputs.cc

    // critiria for "must be xla" then it is still possible for this op to be xla
    // and non-xla as well. But below function specifically checks for the op to be
    // only XLA op.
    bool IsMustBeXlaOp(Operation* op, MetadataMap metadata_map) {
      // All PartitionedCall are inlined-out before XLA.
      // So MustBeXLA should return false
      if (IsPartitionedOp(op)) return false;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 06:51:01 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top