Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FunctionAttr (0.83 sec)

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

                               VectorAttr(ctx, "resources"), FunctionAttr(ctx),
                               /*has_ref_vars=*/true) {}
    };
    
    }  // namespace
    
    XlaLocalLaunchOp::XlaLocalLaunchOp(OpKernelConstruction* ctx)
        : XlaLocalLaunchBase(ctx, ConstantsVector(ctx), ResourcesVector(ctx),
                             FunctionAttr(ctx), /*has_ref_vars=*/true) {}
    
    XlaLocalLaunchOp::~XlaLocalLaunchOp() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top