/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | tensor-list.pbtxt | 4 name: "TensorListReserve/num_elements" 105 name: "TensorListReserve/element_shape" 131 name: "TensorListReserve" 132 op: "TensorListReserve" 133 input: "TensorListReserve/element_shape" 134 input: "TensorListReserve/num_elements" 152 op: "TensorListReserve" 153 input: "TensorListReserve/element_shape" 154 input: "TensorListReserve/num_elements" 173 input: "TensorListReserve" [all …]
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_TensorListReserve.pbtxt | 2 graph_op_name: "TensorListReserve"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_TensorListReserve.pbtxt | 2 graph_op_name: "TensorListReserve"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | TensorListReserve.pbtxt | 2 name: "TensorListReserve"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | TensorListReserve.pbtxt | 2 name: "TensorListReserve"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorListReserve.pbtxt | 2 graph_op_name: "TensorListReserve"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 295 class TensorListReserve : public OpKernel { class 297 explicit TensorListReserve(OpKernelConstruction* c) : OpKernel(c) { in TensorListReserve() function in tensorflow::TensorListReserve 321 TensorListReserve); 329 TensorListReserve);
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | shape_inference.mlir | 464 // CHECK: TensorListReserve{{.*}}-> tensor<!tf.variant<tensor<2x2x!tf.variant>>> 465 …%2 = "tf.TensorListReserve"(%0, %1) {device = ""} : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.var… 466 // CHECK: TensorListReserve{{.*}}-> tensor<!tf.variant<tensor<2x2xf32>>> 467 …%3 = "tf.TensorListReserve"(%0, %1) {device = ""} : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.var… 577 // CHECK: TensorListReserve 579 …%tl_0 = "tf.TensorListReserve"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.va… 600 // CHECK: TensorListReserve 602 …%tl = "tf.TensorListReserve"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.vari… 623 // CHECK: TensorListReserve 625 …%tl_0 = "tf.TensorListReserve"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.va… [all …]
|
D | tensor_list_ops_decomposition.mlir | 59 …%tl = "tf.TensorListReserve"(%elem_shape, %num) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.varia… 562 // CHECK-NOT: tf.TensorListReserve 565 …%tl1 = "tf.TensorListReserve"(%arg0, %max_size) : (tensor<*xi32>, tensor<i32>) -> tensor<!tf.varia… 611 …%tl = "tf.TensorListReserve"(%elem_shape, %num) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.varia…
|
D | mark_ops_for_outside_compilation.mlir | 340 // CHECK: "tf.TensorListReserve" 344 …%0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<i32>, tensor<i32>) -> tensor<!tf.variant<tenso…
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | lower-static-tensor-list.mlir | 152 …%0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<3xi32>, tensor<i32>) -> tensor<!tf.variant<ten… 168 …%0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<?xi32>, tensor<i32>) -> tensor<!tf.variant<ten… 180 …%0 = "tf.TensorListReserve"(%cst, %arg0) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.variant<tens… 197 …%0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<i32>, tensor<i32>) -> tensor<!tf.variant<tenso… 441 …%0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<i32>, tensor<i32>) -> tensor<!tf.variant<tenso… 445 // CHECK: %0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<i32>, tensor<i32>) -> tensor<!tf.vari…
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf-with-tf2xla.mlir | 24 // CHECK: tf.TensorListReserve 25 …%0 = "tf.TensorListReserve"(%arg0, %arg1) : (tensor<3xi32>, tensor<i32>) -> tensor<!tf.variant<ten…
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 698 auto tl1 = ops::TensorListReserve(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 722 auto tl2 = ops::TensorListReserve(s.WithOpName("tl2"), shape, 8, DT_FLOAT); in TEST_F() 1284 auto tl1 = ops::TensorListReserve(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 1308 auto tl2 = ops::TensorListReserve(s.WithOpName("tl2"), shape, 8, DT_FLOAT); in TEST_F()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 623 * `raw_ops.TensorListReserve`
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass_test.cc | 1294 Output tensor_list_reserve = ops::TensorListReserve( in TEST() 1342 Output tensor_list_reserve = ops::TensorListReserve( in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.td | 802 def TF_TensorListReserveOp : TF_TensorListInitOp<"TensorListReserve"> {
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 2984 ### tf.TensorListReserve
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 5036 name: "TensorListReserve"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 5036 name: "TensorListReserve"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 26225 func TensorListReserve(scope *Scope, element_shape tf.Output, num_elements tf.Output, element_dtype… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 55664 name: "TensorListReserve"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 83613 name: "TensorListReserve"
|