Searched defs:NodeProperties (Results 1 – 2 of 2) sorted by relevance
37 struct NodeProperties { struct39 NodeProperties(const OpDef* op_def, const NodeDef& node_def, in NodeProperties() argument46 const OpDef* op_def; // not owned47 NodeDef node_def;48 const DataTypeVector input_types;49 const DataTypeVector output_types;
297 friend class NodeProperties; variable