/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tensor_list_ops_decomposition.mlir | 16 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.va… 169 // CHECK-NOT: tf.EmptyTensorList 170 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.va… 210 // CHECK-NOT: tf.EmptyTensorList 211 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.va… 257 // CHECK-NOT: tf.EmptyTensorList 258 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.va… 318 // CHECK-NOT: tf.EmptyTensorList 319 …%tl = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.varian… 358 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf.va… [all …]
|
D | shape_inference.mlir | 487 // CHECK: EmptyTensorList 489 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.vari… 502 // CHECK: EmptyTensorList 504 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.vari… 516 // CHECK: EmptyTensorList 518 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.vari… 530 // CHECK: EmptyTensorList 532 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.vari… 544 // CHECK: EmptyTensorList 546 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf.vari… [all …]
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_EmptyTensorList.pbtxt | 2 graph_op_name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_EmptyTensorList.pbtxt | 2 graph_op_name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | EmptyTensorList.pbtxt | 2 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | EmptyTensorList.pbtxt | 2 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EmptyTensorList.pbtxt | 2 graph_op_name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 129 class EmptyTensorList : public OpKernel { class 131 explicit EmptyTensorList(OpKernelConstruction* ctx) : OpKernel(ctx) { in EmptyTensorList() function in tensorflow::EmptyTensorList 160 EmptyTensorList); 168 EmptyTensorList);
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 769 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 786 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), shape, 8, DT_FLOAT); in TEST_F() 882 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 883 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), {32, 32}, 8, DT_FLOAT); in TEST_F() 971 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 986 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), {32, 32}, 8, DT_FLOAT); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | lower-static-tensor-list.mlir | 213 func @EmptyTensorList(%arg0: tensor<3xi32>, %arg1: tensor<i32>, %arg2: tensor<i32>) -> tensor<?x?x?… 214 …%0 = "tf.EmptyTensorList"(%arg0, %arg1) : (tensor<3xi32>, tensor<i32>) -> tensor<!tf.variant<tenso… 218 // CHECK-LABEL: EmptyTensorList
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 472 auto tl = ops::EmptyTensorList(scope.WithOpName("tl"), shape, in TEST()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 159 * `raw_ops.EmptyTensorList`
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.td | 257 def TF_EmptyTensorListOp : TF_TensorListInitOp<"EmptyTensorList"> {
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 1641 ### tf.EmptyTensorList
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1316 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1316 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 45292 func EmptyTensorList(scope *Scope, element_shape tf.Output, max_num_elements tf.Output, element_dty… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 13747 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 21969 name: "EmptyTensorList"
|