17 lines
235 B
Protocol Buffer Text Format
17 lines
235 B
Protocol Buffer Text Format
# Text form of tensorflow.tf2xla.Config proto.
|
|
feed {
|
|
id { node_name: "x_const" }
|
|
shape {
|
|
dim { size: 1 }
|
|
}
|
|
}
|
|
feed {
|
|
id { node_name: "y_reshape" }
|
|
shape {
|
|
dim { size: 1 }
|
|
}
|
|
}
|
|
fetch {
|
|
id { node_name: "x_y_sum" }
|
|
}
|