Searched refs:data_ptrs (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | object_detection_stage.cc | 107 std::vector<void*> data_ptrs = {}; in Run() local 108 data_ptrs.push_back(preprocessing_stage_->GetPreprocessedImageData()); in Run() 109 inference_stage_->SetInputs(data_ptrs); in Run()
|
D | image_classification_stage.cc | 117 std::vector<void*> data_ptrs = {}; in Run() local 118 data_ptrs.push_back(preprocessing_stage_->GetPreprocessedImageData()); in Run() 119 inference_stage_->SetInputs(data_ptrs); in Run()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dynamic_stitch_op_gpu.cu.cc | 38 const T** data_ptrs = GetGpuDeviceArrayOnDevice(&input_ptrs); in DynamicStitchKernel() local 44 output[output_index] = ldg(data_ptrs[input_index] + slice_offset); in DynamicStitchKernel()
|
/external/libaom/test/ |
D | noise_model_test.cc | 1266 const uint8_t *const data_ptrs[3] = { in TYPED_TEST_P() local 1276 EXPECT_EQ(0, aom_wiener_denoise_2d(data_ptrs, denoised_ptrs, this->kWidth, in TYPED_TEST_P() 1280 EXPECT_EQ(0, aom_wiener_denoise_2d(data_ptrs, denoised_ptrs, this->kWidth, in TYPED_TEST_P() 1284 EXPECT_EQ(0, aom_wiener_denoise_2d(data_ptrs, denoised_ptrs, this->kWidth, in TYPED_TEST_P() 1291 const uint8_t *const data_ptrs[3] = { in TYPED_TEST_P() local 1302 EXPECT_EQ(0, aom_wiener_denoise_2d(data_ptrs, denoised_ptrs, this->kWidth, in TYPED_TEST_P() 1309 EXPECT_EQ(0, aom_wiener_denoise_2d(data_ptrs, denoised_ptrs, this->kWidth, in TYPED_TEST_P() 1319 const uint8_t *const data_ptrs[3] = { in TYPED_TEST_P() local 1330 data_ptrs, denoised_ptrs, kWidth, kHeight, this->stride_, in TYPED_TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_dnn.cc | 4464 std::array<void*, sizeof...(Args)> data_ptrs = {inputs.opaque()...}; in operator ()() local 4469 data_ptrs.cbegin(), data_ptrs.cend()); in operator ()()
|