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

Method OpKernel

tensorflow/core/framework/op_kernel.cc:92–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90// OpKernel ------------------------------------------------------------------
91
92OpKernel::OpKernel(OpKernelConstruction* context)
93 : OpKernel(context, MakeUnique<const NodeDef>(context->def())) {}
94
95OpKernel::OpKernel(OpKernelConstruction* context,
96 std::unique_ptr<const NodeDef> node_def)

Callers

nothing calls this directly

Calls 10

NameRangesForNodeFunction · 0.85
CheckOpDeprecationFunction · 0.85
DeviceTypeClass · 0.85
beginMethod · 0.45
endMethod · 0.45
output_typesMethod · 0.45
num_inputsMethod · 0.45
num_outputsMethod · 0.45
graph_def_versionMethod · 0.45
device_typeMethod · 0.45

Tested by

no test coverage detected