Searched refs:use_autotune_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | matmul_op.cc | 448 use_autotune_ = MatmulAutotuneEnable(); in MatMulOp() 512 ctx, a_float, b_float, dim_pair, &algorithms_, use_autotune_, in Compute() 518 ctx, a, b, dim_pair, &algorithms_, use_autotune_, out); in Compute() 525 bool use_autotune_; member in tensorflow::MatMulOp
|