Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc53 Type TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out);
65 bool* iterable_out);
92 Type TypeResolver::TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out) { in TypeOf() argument
93 *iterable_out = false; in TypeOf()
105 type = TypesOf(attr_def, iterable_out).first; in TypeOf()
113 *iterable_out = true; in TypeOf()
122 *iterable_out = true; in TypeOf()
129 bool* iterable_out) { in TypesOf() argument
131 *iterable_out = false; in TypesOf()
135 *iterable_out = true; in TypesOf()
[all …]