Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_cpu_device.cc69 registration.cluster_resource_variable_ops_unsafely = true; in CreateDevices()
H A Dxla_gpu_device.cc87 registration.cluster_resource_variable_ops_unsafely = true; in CreateDevices()
H A Dxla_tpu_device.cc355 registration.cluster_resource_variable_ops_unsafely = true; in CreateDevices()
H A Dcompilability_check_util.cc572 registration.cluster_resource_variable_ops_unsafely; in CreateOperationFilter()
H A Dmark_for_compilation_pass.cc625 *ignore = registration->cluster_resource_variable_ops_unsafely; in IgnoreResourceOpForSafetyAnalysis()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.h96 bool cluster_resource_variable_ops_unsafely = false; member