Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dfully_connected_selector.cc35 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/
Dfully_connected_test_util.cc50 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()
Dfully_connected.h135 friend FullyConnected CreateFullyConnected(
194 FullyConnected CreateFullyConnected(const GpuInfo& gpu_info,
Dfully_connected.cc157 FullyConnected CreateFullyConnected(const GpuInfo& gpu_info, in CreateFullyConnected() function