/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | EmptyTensorList.pbtxt | 2 name: "EmptyTensorList" 31 name: "EmptyTensorList" 67 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2022-122.md | 1 ## TFSA-2022-122: `CHECK` fail in `EmptyTensorList` 7 If `EmptyTensorList` receives an input `element_shape` with more than one dimension, it gives a `CH… 11 tf.raw_ops.EmptyTensorList(element_shape=tf.ones(dtype=tf.int32, shape=[1, 0]), max_num_elements=tf…
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | mark_ops_for_outside_compilation.mlir | 359 // CHECK: "tf.EmptyTensorList" 364 …%1 = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_typ… 373 // CHECK: "tf.EmptyTensorList" 380 …%1 = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_typ… 395 …%1 = "tf.EmptyTensorList"(%elem_shape, %max_size) { _xla_outside_compilation="0" } : (tensor<0xi32… 411 …%1 = "tf.EmptyTensorList"(%elem_shape, %max_size) { _xla_outside_compilation="0" } : (tensor<0xi32… 421 // CHECK: "tf.EmptyTensorList" 429 …%1 = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_typ… 453 // CHECK: "tf.EmptyTensorList" 462 …%2 = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_typ… [all …]
|
D | tensor_list_ops_decomposition.mlir | 16 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_ty… 169 // CHECK-NOT: tf.EmptyTensorList 170 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_ty… 210 // CHECK-NOT: tf.EmptyTensorList 211 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_ty… 257 // CHECK-NOT: tf.EmptyTensorList 258 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_ty… 318 // CHECK-NOT: tf.EmptyTensorList 319 …%tl = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_type.v… 358 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<0xi32>, tensor<i32>) -> tensor<!tf_ty… [all …]
|
D | shape_inference.mlir | 497 // CHECK: EmptyTensorList 499 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type… 512 // CHECK: EmptyTensorList 514 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type… 526 // CHECK: EmptyTensorList 528 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type… 540 // CHECK: EmptyTensorList 542 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type… 554 // CHECK: EmptyTensorList 556 …%tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type… [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/api_def/base_api/ |
D | api_def_EmptyTensorList.pbtxt | 2 graph_op_name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 134 class EmptyTensorList : public OpKernel { class 136 explicit EmptyTensorList(OpKernelConstruction* ctx) : OpKernel(ctx) { in EmptyTensorList() function in tensorflow::EmptyTensorList 165 EmptyTensorList); 173 EmptyTensorList); 181 EmptyTensorList);
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 826 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 843 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), shape, 8, DT_FLOAT); in TEST_F() 939 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 940 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), {32, 32}, 8, DT_FLOAT); in TEST_F() 1028 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() 1043 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), {32, 32}, 8, DT_FLOAT); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 472 auto tl = ops::EmptyTensorList(scope.WithOpName("tl"), shape, in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | lower-static-tensor-list.mlir | 254 func.func @EmptyTensorList(%arg0: tensor<3xi32>, %arg1: tensor<i32>, %arg2: tensor<i32>) -> tensor<… 255 …%0 = "tf.EmptyTensorList"(%arg0, %arg1) : (tensor<3xi32>, tensor<i32>) -> tensor<!tf_type.variant<… 259 // CHECK-LABEL: EmptyTensorList
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 156 * `raw_ops.EmptyTensorList`
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tf_passes.td | 1933 A tensor list creation op `tf.EmptyTensorList`/`tf.TensorListReserve` will be 1935 for `tf.EmptyTensorList` or the specified size for `tf.TensorListReserve`. 1950 …%tl = "tf.EmptyTensorList"(%elem_shape, %max_size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_ty… 1960 // EmptyTensorList lowering
|
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
D | list_ops_test.py | 1509 t = gen_list_ops.EmptyTensorList(
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.td | 220 def TF_EmptyTensorListOp : TF_TensorListInitOp<"EmptyTensorList"> {
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 1807 ### tf.EmptyTensorList
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1392 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1392 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 13851 func EmptyTensorList(scope *Scope, element_shape tf.Output, max_num_elements tf.Output, element_dty… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 15269 name: "EmptyTensorList"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 21969 name: "EmptyTensorList"
|