Searched refs:transpose_attribute (Results 1 – 1 of 1) sorted by relevance
1170 AttrValue transpose_attribute; in GenerateBatchMatmulContextFromEinsum() local1171 transpose_attribute.set_b(false); in GenerateBatchMatmulContextFromEinsum()1172 (*batch_matmul_op_info.mutable_attr())["transpose_a"] = transpose_attribute; in GenerateBatchMatmulContextFromEinsum()1173 (*batch_matmul_op_info.mutable_attr())["transpose_b"] = transpose_attribute; in GenerateBatchMatmulContextFromEinsum()