mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Update ops-related pbtxt files.
PiperOrigin-RevId: 165652758
This commit is contained in:
parent
e31346452d
commit
641943fd71
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user