Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaMergeOp (0.08 sec)

  1. tensorflow/compiler/jit/kernels/xla_ops.h

     public:
      explicit XlaRunOp(OpKernelConstruction* ctx);
    
      void Compute(OpKernelContext* ctx) override;
    
     private:
      const XlaPlatformInfo platform_info_;
    };
    
    class XlaMergeOp : public OpKernel {
     public:
      explicit XlaMergeOp(OpKernelConstruction* ctx);
    
      void Compute(OpKernelContext* ctx) override;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 23:44:26 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top