Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dcompilability_check_util.h90 bool allow_stack_ops = false; member
Dcompilability_check_util.cc516 if (!op_filter_.allow_stack_ops && IsStackOp(node)) { in IsCompilableNode()
573 op_filter.allow_stack_ops = registration.cluster_stack_ops; in CreateOperationFilter()
Dcompilability_check_util_test.cc79 op_filter_.allow_stack_ops = false; in SetUp()