Searched refs:CreateFullyConnected (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | fully_connected_selector.cc | 35 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedGeneric() 48 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedAdreno() 60 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedPowerVR() 79 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedMali() 101 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnected()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | fully_connected_test_util.cc | 50 CreateFullyConnected(env->GetGpuInfo(), op_def, attr); in FullyConnectedTest() 96 CreateFullyConnected(env->GetGpuInfo(), op_def, attr); in FullyConnectedLargeTest() 153 CreateFullyConnected(env->GetGpuInfo(), op_def, attr); in FullyConnectedExtraLargeTest()
|
D | fully_connected.h | 135 friend FullyConnected CreateFullyConnected( 194 FullyConnected CreateFullyConnected(const GpuInfo& gpu_info,
|
D | fully_connected.cc | 157 FullyConnected CreateFullyConnected(const GpuInfo& gpu_info, in CreateFullyConnected() function
|