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.cc66 registration.cluster_stack_ops = false; in CreateDevices()
Dxla_gpu_device.cc108 registration.cluster_stack_ops = false; in CreateDevices()
Dxla_tpu_device.cc348 registration.cluster_stack_ops = false; in CreateDevices()
Dcompilability_check_util.cc563 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