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

  /external/tensorflow/tensorflow/compiler/xla/service/
computation_placer.h 88 static StatusOr<ComputationPlacer*> GetForPlatform(
97 // first time GetForPlatform is invoked for a particular id.
compiler.cc 59 /* static */ StatusOr<Compiler*> Compiler::GetForPlatform(
backend.cc 81 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform));
85 TransferManager::GetForPlatform(platform));
87 ComputationPlacer::GetForPlatform(platform));
compile_only_service.cc 53 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform));
compiler.h 176 static StatusOr<Compiler*> GetForPlatform(
transfer_manager.h 135 static StatusOr<TransferManager*> GetForPlatform(
182 // "manager" the first time GetForPlatform is invoked for a particular id.
computation_placer.cc 109 /* static */ StatusOr<ComputationPlacer*> ComputationPlacer::GetForPlatform(
platform_util.cc 78 auto compiler_status = Compiler::GetForPlatform(platform);
transfer_manager.cc 92 /* static */ StatusOr<TransferManager*> TransferManager::GetForPlatform(
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executable.cc 74 TransferManager::GetForPlatform(platform));
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_test_base.cc 126 TransferManager::GetForPlatform(local_client_->platform()).ValueOrDie();
dynamic_ops_test.cc 672 TransferManager::GetForPlatform(platform).ValueOrDie();
local_client_execute_test.cc     [all...]

Completed in 203 milliseconds