Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.h157 struct ConstantPushDownContext { struct
158 NodeDef* op_child;
159 NodeDef* const_child;
160 bool left_child_is_const;
161 bool right_child_is_const;
162 NodeDef* left_leaf;
163 NodeDef* right_leaf;
164 bool left_leaf_is_const;
188 ConstantPushDownContext* ctx) const; argument