STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.-config-proto.-experimental.pbtxt
Eugene Zhulenev 891375f55f [TF:MLIR] Add generic MLIR pass registration mechanism.
PiperOrigin-RevId: 300198093
Change-Id: I462e5c4096519f382271e4cc6734b28fa7fd2034
2020-03-10 16:04:53 -07:00

102 lines
2.0 KiB
Plaintext

path: "tensorflow.ConfigProto.Experimental"
tf_proto {
descriptor {
name: "Experimental"
field {
name: "collective_group_leader"
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
}
field {
name: "executor_type"
number: 3
label: LABEL_OPTIONAL
type: TYPE_STRING
}
field {
name: "recv_buf_max_chunk"
number: 4
label: LABEL_OPTIONAL
type: TYPE_INT32
}
field {
name: "use_numa_affinity"
number: 5
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "collective_deterministic_sequential_execution"
number: 6
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "collective_nccl"
number: 7
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "share_session_state_in_clusterspec_propagation"
number: 8
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "disable_thread_spinning"
number: 9
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "share_cluster_devices_in_session"
number: 10
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "session_metadata"
number: 11
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.SessionMetadata"
}
field {
name: "optimize_for_static_graph"
number: 12
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "enable_mlir_bridge"
number: 13
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "enable_mlir_graph_optimization"
number: 16
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "disable_output_partition_graphs"
number: 14
label: LABEL_OPTIONAL
type: TYPE_BOOL
}
field {
name: "xla_fusion_autotuner_thresh"
number: 15
label: LABEL_OPTIONAL
type: TYPE_INT64
}
reserved_range {
start: 2
end: 3
}
}
}