Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/UNIT/
DRuntimeContext.cpp111 Tensor src_t0 = create_tensor<Tensor>(tensor_shape, DataType::F32, 1); in TEST_CASE() local
117 act_layer_thread0.configure(&src_t0, &dst_t0, activation_info); in TEST_CASE()
120 ARM_COMPUTE_ASSERT(src_t0.info()->is_resizable()); in TEST_CASE()
126 src_t0.allocator()->allocate(); in TEST_CASE()
131 ARM_COMPUTE_ASSERT(!src_t0.info()->is_resizable()); in TEST_CASE()
138 library->fill(Accessor(src_t0), distribution, 0); in TEST_CASE()