Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResourcesVector (0.25 sec)

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

        : XlaLocalLaunchBase(ctx, ConstantsVector(ctx), ResourcesVector(ctx),
                             FunctionAttr(ctx), /*has_ref_vars=*/true) {}
    
    XlaLocalLaunchOp::~XlaLocalLaunchOp() {
      VLOG(1) << "XlaLocalLaunchOp destroyed";
    }
    
    XlaCompileOp::XlaCompileOp(OpKernelConstruction* ctx)
        : OpKernel(ctx),
          constants_(ConstantsVector(ctx)),
          resources_(ResourcesVector(ctx)),
          function_(FunctionAttr(ctx)),
    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