Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaAotOnlyVarHandleOp (0.32 sec)

  1. tensorflow/compiler/aot/aot_only_var_handle_op.cc

    // same name. It is not safe to use this op in a JIT context.
    class XlaAotOnlyVarHandleOp : public XlaOpKernel {
     public:
      explicit XlaAotOnlyVarHandleOp(OpKernelConstruction* c);
      void Compile(XlaOpKernelContext* context) override;
    
     private:
      string name_;
    };
    
    XlaAotOnlyVarHandleOp::XlaAotOnlyVarHandleOp(OpKernelConstruction* c)
        : XlaOpKernel(c) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 28 09:57:04 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top