File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ TEST(TestKernel, TestInputAndOutputCount) {
867
867
868
868
Tensor t (tensorflow::uint8 (123 ));
869
869
870
- gtl ::InlinedVector<TensorValue, 4 > inputs;
870
+ absl ::InlinedVector<TensorValue, 4UL > inputs;
871
871
// Simulate 2 inputs
872
872
inputs.emplace_back (&t);
873
873
inputs.emplace_back ();
@@ -1350,7 +1350,7 @@ TEST_F(DeviceKernelOpTest, TestGetKernelInfo) {
1350
1350
AllocatorAttributes alloc_attrs;
1351
1351
p.output_attr_array = &alloc_attrs;
1352
1352
1353
- gtl ::InlinedVector<TensorValue, 4 > inputs;
1353
+ absl ::InlinedVector<TensorValue, 4UL > inputs;
1354
1354
Tensor t0 (1 .0f );
1355
1355
Tensor t1 (2 .0f );
1356
1356
Tensor t2_0 (2 .0f );
@@ -1424,7 +1424,7 @@ TEST_F(DeviceKernelOpTest, TestForwardInputOrAllocateOutput) {
1424
1424
1425
1425
Tensor t (123 .0f );
1426
1426
1427
- gtl ::InlinedVector<TensorValue, 4 > inputs;
1427
+ absl ::InlinedVector<TensorValue, 4UL > inputs;
1428
1428
// GetFakeKernel requires a NodeDef with two inputs
1429
1429
inputs.emplace_back (&t);
1430
1430
inputs.emplace_back ();
You can’t perform that action at this time.
0 commit comments