Searched defs:OpRunInfo (Results 1 – 2 of 2) sorted by relevance
59 struct OpRunInfo { struct60 std::string op_name;61 PrimitivePtr primitive;62 AbstractBasePtr abstract;63 bool is_dynamic_shape = false;64 bool is_auto_mixed_precision = false;65 bool lazy_build = false;66 std::string next_op_name = "";68 int next_input_index = 0;70 size_t next_input_index = 0;
38 using OpRunInfo = session::OpRunInfo; variable