Home
last modified time | relevance | path

Searched refs:transpose_attribute (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1170 AttrValue transpose_attribute; in GenerateBatchMatmulContextFromEinsum() local
1171 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()