提交 641943fd 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Update ops-related pbtxt files.

PiperOrigin-RevId: 165652758
上级 e3134645
......@@ -19996,6 +19996,37 @@ op {
}
}
}
op {
name: "RemoteCall"
input_arg {
name: "target"
type: DT_STRING
}
input_arg {
name: "args"
type_list_attr: "Tin"
}
output_arg {
name: "output"
type_list_attr: "Tout"
}
attr {
name: "Tin"
type: "list(type)"
has_minimum: true
minimum: 1
}
attr {
name: "Tout"
type: "list(type)"
has_minimum: true
minimum: 1
}
attr {
name: "f"
type: "func"
}
}
op {
name: "RemoteFusedGraphExecute"
input_arg {
......
......@@ -19607,6 +19607,44 @@ op {
}
summary: "Computes rectified linear gradients for a Relu operation."
}
op {
name: "RemoteCall"
input_arg {
name: "target"
description: "A fully specified device name where we want to run the function."
type: DT_STRING
}
input_arg {
name: "args"
description: "A list of arguments for the function."
type_list_attr: "Tin"
}
output_arg {
name: "output"
description: "A list of return values."
type_list_attr: "Tout"
}
attr {
name: "Tin"
type: "list(type)"
description: "The type list for the arguments."
has_minimum: true
minimum: 1
}
attr {
name: "Tout"
type: "list(type)"
description: "The type list for the return values."
has_minimum: true
minimum: 1
}
attr {
name: "f"
type: "func"
description: "The function to run remotely."
}
summary: "Runs function `f` on a remote device indicated by `target`."
}
op {
name: "RemoteFusedGraphExecute"
input_arg {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册