HomeSort by relevance Sort by last modified time
    Searched refs:SE_ASSIGN_OR_RETURN (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
scratch_allocator.cc 35 SE_ASSIGN_OR_RETURN(temporary_,
multi_platform_manager.cc 99 SE_ASSIGN_OR_RETURN(Platform * platform, LookupByNameLocked(target));
111 SE_ASSIGN_OR_RETURN(Platform * platform, LookupByIdLocked(id));
123 SE_ASSIGN_OR_RETURN(Platform * platform, LookupByNameLocked(target));
139 SE_ASSIGN_OR_RETURN(Platform * platform, LookupByIdLocked(id));
  /external/tensorflow/tensorflow/stream_executor/lib/
status_macros.h 36 // Implementation of SE_ASSIGN_OR_RETURN that uses a unique temporary identifier
49 #define SE_ASSIGN_OR_RETURN(__lhs, __rhs) \
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 290 SE_ASSIGN_OR_RETURN(version->major_version, GetCudnnProperty(MAJOR_VERSION));
291 SE_ASSIGN_OR_RETURN(version->minor_version, GetCudnnProperty(MINOR_VERSION));
292 SE_ASSIGN_OR_RETURN(version->patch_level, GetCudnnProperty(PATCH_LEVEL));
    [all...]
cuda_blas.cc     [all...]

Completed in 176 milliseconds