Searched refs:TensorArrayV3 (Results 1 – 25 of 25) sorted by relevance
8 // CHECK: TensorArrayV3{{.*}} name("dynamic")9 …%TensorArrayV3:2, %ctl_3 = TensorArrayV3(%Const) name("dynamic") {clear_after_read = true, dtype =…10 // CHECK: %[[TENSORARRAY:.*]], %[[CTRL:.*]] = TensorArrayV3{{.*}} name("static")11 …%TensorArrayV3_4:2, %ctl_5 = TensorArrayV3(%Const) name("static") {clear_after_read = true, dtype …13 …%TensorArraySizeV3, %ctl_6 = TensorArraySizeV3(%TensorArrayV3#0, %TensorArrayV3#1) name("dynamic_s…
12 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = …45 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<*>, dynamic_size = …63 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<*>, dynamic_size = …79 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<*>, dynamic_size = …93 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<*>, dynamic_size = …109 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = …133 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = …155 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = …201 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = …248 …%ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = …[all …]
2 name: "TensorArrayV3"52 name: "TensorArrayV3"
34 // CHECK: tf.TensorArrayV336 …%ta:2 = "tf.TensorArrayV3"(%size) {device = "/device:CPU:0", dtype = f32, element_shape = #tf_type…
145 …%handle_0, %flow_0 = "tf.TensorArrayV3"(%size) {clear_after_read = true, device = "/job:localhost/…146 …%handle_1, %flow_1 = "tf.TensorArrayV3"(%size) {clear_after_read = true, device = "/job:localhost/…154 …%handle_2, %flow_2 = "tf.TensorArrayV3"(%size) {clear_after_read = true, device = "/job:localhost/…155 …%handle_3, %flow_3 = "tf.TensorArrayV3"(%size) {clear_after_read = true, device = "/job:localhost/…
112 … key({{.*}}) cost({{.*}}) device("/job:localhost/replica:0/task:0/device:CPU:0") "tf.TensorArrayV3"115 …%handle, %flow = "tf.TensorArrayV3"(%size) {clear_after_read = true, device = "/job:localhost/repl…
2 graph_op_name: "TensorArrayV3"
4 summary: "Deprecated. Use TensorArrayV3"
35 // CHECK: "tf.TensorArrayV3"
184 TEST(DataFlowOpsTest, TensorArrayV3) { in TEST() argument
58234 explanation: "Use TensorArrayV3"59001 explanation: "Use TensorArrayV3"59006 name: "TensorArrayV3"
59 TensorArrayV3 8
1node { 2 name: "global_step" 3 op: "VariableV2" 4 device: "/job:localhost/ ...
253 `TensorArrayV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
256 `TensorArrayV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
664 * `raw_ops.TensorArrayV3`
5052 name: "TensorArrayV3"
38704 name: "TensorArrayV3"
82968 name: "TensorArrayV3"83018 name: "TensorArrayV3"
51465 func TensorArrayV3(scope *Scope, size tf.Output, dtype tf.DataType, optional ...TensorArrayV3Attr) … func
18210 def TF_TensorArrayV3Op : TF_Op<"TensorArrayV3", []> {