Searched defs:gpu (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_constants.cc16 #include "tensorflow/compiler/xla/service/gpu/gpu_constants.h"
19 namespace gpu { namespace in namespace:xla
24 } // namespace gpu
H A Dgpu_constants.h22 namespace gpu { namespace in namespace:xla
28 } // namespace gpu
H A Dir_emission_utils.h29 namespace gpu { namespace in namespace:xla
136 } // namespace gpu
H A Dwhile_transformer.h23 namespace gpu { namespace in namespace:xla
40 } // namespace gpu
H A Dcudnn_batchnorm_rewriter.h23 namespace gpu { namespace in namespace:xla
63 } // namespace gpu
H A Dcudnn_convolution_rewriter.h23 namespace gpu { namespace in namespace:xla
36 } // namespace gpu
H A Dpad_insertion.h22 namespace gpu { namespace in namespace:xla
40 } // namespace gpu
H A Dcudnn_convolution_runner.h26 namespace gpu { namespace in namespace:xla
95 } // namespace gpu
H A Delemental_ir_emitter.h36 namespace gpu { namespace in namespace:xla
129 } // namespace gpu
H A Dfor_thunk.h21 #include "tensorflow/compiler/xla/service/gpu/buffer_allocations.h"
22 #include "tensorflow/compiler/xla/service/gpu/sequential_thunk.h"
23 #include "tensorflow/compiler/xla/service/gpu/thunk.h"
28 namespace gpu { namespace in namespace:xla
49 } // namespace gpu
H A Dfusion_merger.h23 namespace gpu { namespace in namespace:xla
44 } // namespace gpu
H A Dgpu_copy_insertion.h23 namespace gpu { namespace in namespace:xla
44 } // namespace gpu
H A Dgpu_layout_assignment.h24 namespace gpu { namespace in namespace:xla
46 } // namespace gpu
H A Dinfeed_thunk.h20 #include "tensorflow/compiler/xla/service/gpu/buffer_allocations.h"
21 #include "tensorflow/compiler/xla/service/gpu/thunk.h"
27 namespace gpu { namespace in namespace:xla
54 } // namespace gpu
H A Dinstruction_fusion.h23 namespace gpu { namespace in namespace:xla
36 } // namespace gpu
H A Dparallel_loop_emitter.h20 #include "tensorflow/compiler/xla/service/gpu/partition_assignment.h"
25 namespace gpu { namespace in namespace:xla
67 } // namespace gpu
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dgpu_backend_lib.h30 namespace gpu { namespace in namespace:xla
44 } // namespace gpu
H A Dutils.h30 namespace gpu { namespace in namespace:xla
47 } // namespace gpu
H A Dutils_test.cc16 #include "tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/utils.h"
28 namespace gpu { namespace in namespace:xla
32 "compiler/xla/service/gpu/llvm_gpu_backend/tests_data/saxpy.ll";
54 } // namespace gpu
/external/skia/src/gpu/
H A DGrSemaphore.h22 void resetGpu(const GrGpu* gpu) { fGpu = gpu; } argument
30 explicit GrSemaphore(const GrGpu* gpu) : fGpu(gpu) {} argument
H A DGrResourceProviderPriv.h18 GrGpu* gpu() { return fResourceProvider->gpu(); } function in class:GrResourceProviderPriv
/external/skia/src/gpu/gl/
H A DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) argument
13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) {
/external/skqp/src/gpu/
H A DGrSemaphore.h22 void resetGpu(const GrGpu* gpu) { fGpu = gpu; } argument
30 explicit GrSemaphore(const GrGpu* gpu) : fGpu(gpu) {} argument
H A DGrResourceProviderPriv.h18 GrGpu* gpu() { return fResourceProvider->gpu(); } function in class:GrResourceProviderPriv
/external/skqp/src/gpu/gl/
H A DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) argument
13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) {

Completed in 1248 milliseconds

1234567891011>>