Home
last modified time | relevance | path

Searched refs:LogOutputs (Results 1 – 6 of 6) sorted by relevance

/external/libchrome-gestures/src/
Dinterpreter.cc63 LogOutputs(NULL, timeout, "SyncLogOutputs"); in SyncInterpret()
76 LogOutputs(NULL, timeout, "TimerLogOutputs"); in HandleTimer()
81 LogOutputs(&gesture, NULL, "ProduceGesture"); in ProduceGesture()
152 void Interpreter::LogOutputs(const Gesture* result, in LogOutputs() function in gestures::Interpreter
/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device.cc195 LogOutputs(op_kernel, context); in Compute()
208 LogOutputs(op_kernel, context); in ComputeAsync()
231 void ThreadPoolDevice::LogOutputs(OpKernel* op_kernel, in LogOutputs() function in tensorflow::ThreadPoolDevice
Dthreadpool_device.h54 void LogOutputs(OpKernel* op_kernel, OpKernelContext* context);
/external/libchrome-gestures/include/
Dinterpreter.h100 void LogOutputs(const Gesture* result, stime_t* timeout, const char* action);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h207 void LogOutputs(OpKernel* op_kernel, OpKernelContext* context);
Dgpu_device.cc620 void BaseGPUDevice::LogOutputs(OpKernel* op_kernel, OpKernelContext* context) { in LogOutputs() function in tensorflow::BaseGPUDevice
686 LogOutputs(op_kernel, context); in Compute()
763 LogOutputs(op_kernel, context); in ComputeAsync()