Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _device_ordinal (0.13 sec)

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

                                    Value device_ordinal,
                                    StringAttr device_type_attr,
                                    llvm::StringRef communication_key) {
      if (device_ordinal)
        return ApplyXlaHostTransferAttr(
            builder.create<mlir::TF::_XlaSendFromHostV2Op>(
                loc, inputs,
                /*dynamic_key=*/compilation_key, device_ordinal,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        ConfinedAttr<TypeArrayAttr, [ArrayMinCount<1>]>:$dtypes,
        TF_ShapeAttrArray:$shapes,
        DefaultValuedOptionalAttr<I64ArrayAttr, "{}">:$layouts,
        DefaultValuedOptionalAttr<I64Attr, "-1">:$device_ordinal
      );
    
      let results = (outs);
    }
    
    // This op is manually defined because the attribute name `template` (which is
    // a keyword) is changed to `strtemplate`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top