Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.cc554 if (!op_filter_.allow_slow_ops && OpIsSlow(node)) { in IsCompilableNode()
581 op_filter.allow_slow_ops = registration.cluster_slow_ops; in CreateOperationFilter()
H A Dcompilability_check_util.h123 bool allow_slow_ops = false; member
H A Dcompilability_check_util_test.cc86 op_filter_.allow_slow_ops = false; in SetUp()