Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc448 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