Searched refs:LogOutputs (Results 1 – 6 of 6) sorted by relevance
/external/libchrome-gestures/src/ |
D | interpreter.cc | 63 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/ |
D | threadpool_device.cc | 195 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
|
D | threadpool_device.h | 54 void LogOutputs(OpKernel* op_kernel, OpKernelContext* context);
|
/external/libchrome-gestures/include/ |
D | interpreter.h | 100 void LogOutputs(const Gesture* result, stime_t* timeout, const char* action);
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.h | 207 void LogOutputs(OpKernel* op_kernel, OpKernelContext* context);
|
D | gpu_device.cc | 620 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()
|