Current section
Files
Jump to
Current section
Files
lib/flyteidl2/plugins/tensorflow.pb.ex
defmodule Flyteidl2.Plugins.DistributedTensorflowTrainingTask do
@moduledoc false
use Protobuf,
full_name: "flyteidl2.plugins.DistributedTensorflowTrainingTask",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field :workers, 1, type: :int32
field :ps_replicas, 2, type: :int32, json_name: "psReplicas"
field :chief_replicas, 3, type: :int32, json_name: "chiefReplicas"
field :evaluator_replicas, 4, type: :int32, json_name: "evaluatorReplicas"
end