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

Method MatchSignature

tensorflow/core/framework/op_kernel.cc:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229Status OpKernelConstruction::MatchSignature(
230 const DataTypeSlice expected_inputs, const DataTypeSlice expected_outputs) {
231 return MatchSignatureHelper(expected_inputs, expected_outputs, input_types_,
232 output_types_);
233}
234
235Status OpKernelConstruction::allocate_temp(DataType type,
236 const TensorShape& shape,

Callers 15

MaskedMatmulOpMethod · 0.80
BCastArgsOpMethod · 0.80
BCastGradArgsOpMethod · 0.80
DynamicStitchOpMethod · 0.80
TestOp2Method · 0.80
UnaryOpMethod · 0.80
BinaryOpMethod · 0.80
GatherNdOpMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
CheckSignatureMethod · 0.80

Calls 4

MatchSignatureHelperFunction · 0.85
push_backMethod · 0.45
dtypeMethod · 0.45
output_typesMethod · 0.45

Tested by 1

TestOp2Method · 0.64