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

  /external/tensorflow/tensorflow/stream_executor/
executor_cache.h 40 port::StatusOr<StreamExecutor*> GetOrCreate(
executor_cache.cc 23 port::StatusOr<StreamExecutor*> ExecutorCache::GetOrCreate(
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
platform.cc 69 return executor_cache_.GetOrCreate(
  /external/tensorflow/tensorflow/stream_executor/host/
host_platform.cc 66 return executor_cache_.GetOrCreate(
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_platform.cc 166 return executor_cache_.GetOrCreate(
  /art/libartbase/base/
safe_map.h 132 V GetOrCreate(const K& k, CreateFn create) {
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 201 BaseGPUDevice::StreamGroup* GetOrCreate(TfGpuId tf_gpu_id,
288 StreamGroupFactory::Global().GetOrCreate(tf_gpu_id_, i, executor_));
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 649 u8 *map2 = GetOrCreate(idx / kSize2);
668 u8 *GetOrCreate(uptr idx) {
    [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 459 milliseconds