Home
last modified time | relevance | path

Searched defs:ConstantPushDownContext (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h160 struct ConstantPushDownContext { struct
161 NodeDef* op_child;
162 NodeDef* const_child;
163 bool left_child_is_const;
164 bool right_child_is_const;
165 NodeDef* left_leaf;
166 NodeDef* right_leaf;
167 bool left_leaf_is_const;
191 ConstantPushDownContext* ctx) const; argument