MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / OpKernelContext

Method OpKernelContext

tensorflow/core/framework/op_kernel.cc:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275const int OpKernelContext::Params::kNoReservation;
276
277OpKernelContext::OpKernelContext(Params* params)
278 : OpKernelContext(
279 params, static_cast<int>(params->op_kernel->output_types().size())) {}
280
281OpKernelContext::OpKernelContext(Params* params, int num_outputs)
282 : params_(params),

Callers

nothing calls this directly

Calls 7

AllocatorAttributesClass · 0.85
ReinitializeGpuDeviceMethod · 0.80
sizeMethod · 0.45
output_typesMethod · 0.45
okMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected