Home
last modified time | relevance | path

Searched defs:UnregisterTraceListener (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_platform.cc94 void HostPlatform::UnregisterTraceListener(TraceListener* listener) { in UnregisterTraceListener() function in stream_executor::host::HostPlatform
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dplatform.cc98 void XlaInterpreterPlatform::UnregisterTraceListener(TraceListener* listener) { in UnregisterTraceListener() function in stream_executor::interpreter::XlaInterpreterPlatform
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_platform.h114 void UnregisterTraceListener( in UnregisterTraceListener() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc157 void ROCmPlatform::UnregisterTraceListener(TraceListener* listener) { in UnregisterTraceListener() function in stream_executor::gpu::ROCmPlatform
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc194 void CudaPlatform::UnregisterTraceListener(TraceListener* listener) { in UnregisterTraceListener() function in stream_executor::gpu::CudaPlatform
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h77 void UnregisterTraceListener(TraceListener* listener) override {} in UnregisterTraceListener() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h308 virtual bool UnregisterTraceListener(TraceListener *listener) { in UnregisterTraceListener() function
Dstream_executor_pimpl.cc850 bool StreamExecutor::UnregisterTraceListener(TraceListener *listener) { in UnregisterTraceListener() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc337 void UnregisterTraceListener(se::TraceListener* listener) override {} in TEST() function in tensorflow::__anonecb1893c0111::TEST::FakePlatform