Home
last modified time | relevance | path

Searched refs:EmptyTensorList (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DEmptyTensorList.pbtxt2 name: "EmptyTensorList"
31 name: "EmptyTensorList"
67 name: "EmptyTensorList"
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-122.md1 ## 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/
Dmark_ops_for_outside_compilation.mlir359 // 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 …]
Dtensor_list_ops_decomposition.mlir16 …%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 …]
Dshape_inference.mlir497 // 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/
Dapi_def_EmptyTensorList.pbtxt2 graph_op_name: "EmptyTensorList"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_EmptyTensorList.pbtxt2 graph_op_name: "EmptyTensorList"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DEmptyTensorList.pbtxt2 name: "EmptyTensorList"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EmptyTensorList.pbtxt2 graph_op_name: "EmptyTensorList"
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc134 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/
Dauto_mixed_precision_test.cc826 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/
Dtf2xla_util_test.cc472 auto tl = ops::EmptyTensorList(scope.WithOpName("tl"), shape, in TEST()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlower-static-tensor-list.mlir254 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/
Dop_select_allowlist.md156 * `raw_ops.EmptyTensorList`
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_passes.td1933 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/
Dlist_ops_test.py1509 t = gen_list_ops.EmptyTensorList(
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td220 def TF_EmptyTensorListOp : TF_TensorListInitOp<"EmptyTensorList"> {
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md1807 ### tf.EmptyTensorList
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1392 name: "EmptyTensorList"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1392 name: "EmptyTensorList"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go13851 func EmptyTensorList(scope *Scope, element_shape tf.Output, max_num_elements tf.Output, element_dty… func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt15269 name: "EmptyTensorList"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt21969 name: "EmptyTensorList"