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

Function ArgIsList

tensorflow/cc/framework/cc_op_gen.cc:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501bool ArgIsList(const OpDef::ArgDef& arg) {
502 return !arg.type_list_attr().empty() || !arg.number_attr().empty();
503}
504
505bool HasOptionalAttrs(
506 const ApiDef& api_def,

Callers 5

GetTensorListLengthMethod · 0.85
SetUpContiguousInputsMethod · 0.85
CopyInputsMethod · 0.85
OpInfoMethod · 0.85
GetConstructorBodyMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected