Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cpu_device.cc70 registration.cluster_stack_ops = false; in CreateDevices()
Dxla_gpu_device.cc88 registration.cluster_stack_ops = false; in CreateDevices()
Dxla_tpu_device.cc356 registration.cluster_stack_ops = false; in CreateDevices()
Dcompilability_check_util.cc573 op_filter.allow_stack_ops = registration.cluster_stack_ops; in CreateOperationFilter()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.h99 bool cluster_stack_ops = false; member