Home
last modified time | relevance | path

Searched refs:IsListAttr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.cc28 static bool IsListAttr(const OpDef_ArgDef& arg) { in IsListAttr() function
182 if (IsListAttr(op_def_arg)) { in AddMethodSignature()
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go366 func (a *attrWrapper) IsListAttr() bool { return isListAttr(a.op) } func