Searched refs:adj_x (Results 1 – 3 of 3) sorted by relevance
224 bool adj_x; member
999 params->adj_x = bmm_params->adj_x(); in ParseBatchMatMul()
9699 bool adj_x;9703 : adj_x(false),9716 bool adj_x() const {9740 void add_adj_x(bool adj_x) {9741 fbb_.AddElement<uint8_t>(BatchMatMulOptions::VT_ADJ_X, static_cast<uint8_t>(adj_x), 0);9763 bool adj_x = false,9769 builder_.add_adj_x(adj_x);14807 { auto _e = adj_x(); _o->adj_x = _e; }14820 auto _adj_x = _o->adj_x;
Completed in 23 milliseconds