Home
last modified time | relevance | path

Searched defs:get_output_size (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/xcore/interface/
Dgeo_mapper.h46 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
Dblender.h43 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
Dstitcher.h157 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
/external/libxcam/modules/ocl/
Dcl_geo_map_handler.h87 void get_output_size (uint32_t &width, uint32_t &height) const { in get_output_size() function
Dcl_fisheye_handler.cpp161 CLFisheyeHandler::get_output_size (uint32_t &width, uint32_t &height) const in get_output_size() function in XCam::CLFisheyeHandler
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc2814 auto get_output_size = [this, ops_executed](const string& name) -> int64 { in TEST_F() local