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

Method Compute

tensorflow/core/kernels/data/optional_ops.cc:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67} // namespace
68
69void OptionalNoneOp::Compute(OpKernelContext* ctx) {
70 OP_REQUIRES_OK(ctx, WriteOptionalNoneToOutput(ctx, 0));
71}
72
73void OptionalFromValueOp::Compute(OpKernelContext* ctx) {
74 OpInputList components_input;

Callers

nothing calls this directly

Calls 15

InvalidArgumentFunction · 0.85
allocate_outputMethod · 0.80
IsScalarFunction · 0.50
DataTypeStringFunction · 0.50
input_listMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
inputMethod · 0.45
shapeMethod · 0.45
has_valueMethod · 0.45

Tested by

no test coverage detected