Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _XlaHostComputeMlir (0.31 sec)

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

      // Infers the shape CaseRegion outputs based on the embedded StableHLO module.
      // Returns true if a return type was changed.
      bool InferShapeForXlaCallModule(XlaCallModuleOp op);
    
      // Infers the shape of _XlaHostComputeMlir based on the host computation
      // module.  Returns true if a return type was changed.
      bool InferShapeForXlaHostComputeMlir(_XlaHostComputeMlirOp op);
    
      // Infers the shape of function attached to XlaHostCompute.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let arguments = (ins);
    
      let results = (outs
        TF_StrTensor:$program
      );
    }
    
    def TF__XlaHostComputeMlirOp : TF_Op<"_XlaHostComputeMlir", [TF_RecvSideEffect, TF_SendSideEffect, TF_XlaHostComputeSideEffect]> {
      let summary = [{
    A pseudo-op to represent host-side computation in an XLA program.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top