Searched defs:is_profiling (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/profiler/ |
H A D | cpu-profiler.h | 211 bool is_profiling() const { return is_profiling_; } function in class:v8::internal::CpuProfiler
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
H A D | cuda_dnn.cc | 2146 const dnn::AlgorithmConfig& algorithm_config, bool is_profiling, 2172 CHECK(is_profiling) << "Cannot query the size of workspace needed " 2182 if (TF_PREDICT_TRUE(is_profiling)) { 2192 if (TF_PREDICT_TRUE(is_profiling)) { 2331 const bool is_profiling = output_profile_result != nullptr; local 2413 if (is_profiling) { 2428 if (is_profiling && !allocated.ok()) { 2452 if (is_profiling) { 2474 if (is_profiling) { 2490 if (!is_profiling) { 2144 GetCudnnConvolutionForwardAlgorithm( Stream* stream, CUDAExecutor* parent, void* dnn_handle, const dnn::AlgorithmConfig& algorithm_config, bool is_profiling, const ScopedTensorDescriptor& input_nd, const ScopedFilterDescriptor& filter, const ScopedConvolutionDescriptor& conv, const ScopedTensorDescriptor& output_nd, ScratchAllocator* scratch_allocator, DeviceMemory<uint8>* scratch) argument 3174 const bool is_profiling = output_profile_result != nullptr; local 3421 const bool is_profiling = output_profile_result != nullptr; local [all...] |
Completed in 180 milliseconds