Searched refs:TRANSPOSE_B (Results 1 – 6 of 6) sorted by relevance
56 constexpr char TRANSPOSE_B[] = "transpose_b"; variable
185 bool trans_b = AnfAlgo::GetNodeAttr<bool>(kernel_node, TRANSPOSE_B); in InitKernel()
128 constexpr char TRANSPOSE_B[] = "transpose_b"; variable
87 auto transpose_b_iter = attrs_.find(TRANSPOSE_B); in GetAttrs()
124 bool transpose_b = attrs[TRANSPOSE_B]->cast<BoolImmPtr>()->value(); in Complete2DInputs()
70 bool transpose_b = attrs[TRANSPOSE_B]->cast<BoolImmPtr>()->value(); in PrepareMatMul()