Skip to content

Commit 84905da

Browse files
dsharletgtf-text-github-robot
authored andcommitted
Remove now incorrect use_simple_allocator option.
This value was the default. PiperOrigin-RevId: 884672814
1 parent 99eabff commit 84905da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tensorflow_text/core/kernels/ragged_tensor_to_tensor_tflite_test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ class RaggedTensorToTensorOpModel : public SingleOpModel {
9393
BuildInterpreter(shapes, /*num_threads=*/-1,
9494
/*allow_fp32_relax_to_fp16=*/false,
9595
/*apply_delegate=*/true,
96-
/*allocate_and_delegate=*/allocate_and_delegate,
97-
/*use_simple_allocator=*/false);
96+
/*allocate_and_delegate=*/allocate_and_delegate);
9897
}
9998

10099
std::vector<int> GetOutputShape() { return GetTensorShape(output_); }

0 commit comments

Comments
 (0)