Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc175 Status ResetTensor(Tensor* t, const Eigen::GpuDevice& d) { in ResetTensor() function
195 TF_RETURN_IF_ERROR(ResetTensor<int>(d_conv_layer_indexes, d)); in AllocateGenerationTempTensors()
198 TF_RETURN_IF_ERROR(ResetTensor<int>(d_image_offset, d)); in AllocateGenerationTempTensors()
205 TF_RETURN_IF_ERROR(ResetTensor<int32>(d_sorted_conv_layer_indexes, d)); in AllocateGenerationTempTensors()
209 TF_RETURN_IF_ERROR(ResetTensor<float>(d_sorted_scores, d)); in AllocateGenerationTempTensors()
213 TF_RETURN_IF_ERROR(ResetTensor<float>(dev_boxes, d)); in AllocateGenerationTempTensors()
217 TF_RETURN_IF_ERROR(ResetTensor<int8>(dev_boxes_keep_flags, d)); in AllocateGenerationTempTensors()
232 TF_RETURN_IF_ERROR(ResetTensor<float>(dev_image_prenms_boxes, d)); in AllocatePreNMSTempTensors()
237 TF_RETURN_IF_ERROR(ResetTensor<float>(dev_image_prenms_scores, d)); in AllocatePreNMSTempTensors()
242 TF_RETURN_IF_ERROR(ResetTensor<int32>(dev_image_boxes_keep_list, d)); in AllocatePreNMSTempTensors()
[all …]
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver_test.cc42 runner->ResetTensor("c"); in TEST()
73 runner->ResetTensor("c"); in TEST()
103 runner->ResetTensor("c"); in TEST()
140 runner->ResetTensor(2); in TEST()
Dtf_driver.cc162 ResetTensor(name); in ReshapeTensor()
165 void TfDriver::ResetTensor(const std::string& name) { in ResetTensor() function in tflite::testing::TfDriver
Dtest_runner_test.cc36 void ResetTensor(const std::string& name) override {} in ResetTensor() function in tflite::testing::__anon6fd08a210111::ConcreteTestRunner
Dtest_runner.h51 virtual void ResetTensor(const std::string& name) = 0;
Dtf_driver.h53 void ResetTensor(const std::string& name) override;
Dtf_driver_test.cc102 runner->ResetTensor("c"); in TEST()
Dtflite_driver.h64 void ResetTensor(const std::string& name) override;
Dparse_testdata.cc388 test_runner_->ResetTensor(name); in SetField()
Dtflite_driver.cc509 void TfLiteDriver::ResetTensor(const std::string& name) { in ResetTensor() function in tflite::testing::TfLiteDriver
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.h49 void ResetTensor(int id) override;
Dtest_runner.h56 virtual void ResetTensor(int id) = 0;
Dtflite_driver.cc255 void TfLiteDriver::ResetTensor(int id) { in ResetTensor() function in tflite::testing::TfLiteDriver
Dparse_testdata.cc332 test_runner_->ResetTensor(id); in SetField()