HomeSort by relevance Sort by last modified time
    Searched defs:Backend (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.h 11 // It contains the tablegen backend declaration ARMDecoderEmitter.
41 ARMDEBackend *Backend;
  /external/tensorflow/tensorflow/compiler/xla/service/
backend.cc 18 #include "tensorflow/compiler/xla/service/backend.h"
65 struct Backend::EigenThreadPoolWrapper {
78 /* static */ StatusOr<std::unique_ptr<Backend>> Backend::CreateBackend(
88 std::unique_ptr<Backend> backend(
89 new Backend(platform, compiler, stream_executors, transfer_manager,
91 return std::move(backend);
94 /* static */ StatusOr<std::unique_ptr<Backend>>
95 Backend::CreateDefaultBackend()
    [all...]
backend.h 43 // Options to configure the backend when it is created.
46 // Set the platform backing the backend, or nullptr for the default platform.
61 // Class which encapsulates an XLA backend. It includes everything necessary
66 // StreamPtr stream = backend->BorrowStream().ConsumeValueOrDie();
67 class Backend {
71 // Creates a new backend.
72 static StatusOr<std::unique_ptr<Backend>> CreateBackend(
75 // Creates a backend for the default platform. The default platform is defined
77 static StatusOr<std::unique_ptr<Backend>> CreateDefaultBackend();
79 ~Backend();
    [all...]
  /external/clang/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Phases.h 22 Backend,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Phases.h 22 Backend,
  /external/skia/bench/
Benchmark.h 52 enum Backend {
62 virtual bool isSuitableFor(Backend backend) {
63 return backend != kNonRendering_Backend;
  /external/skqp/bench/
Benchmark.h 52 enum Backend {
62 virtual bool isSuitableFor(Backend backend) {
63 return backend != kNonRendering_Backend;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.h 86 // Registers an XLA backend. `compilation_device_name` is the name of the
103 // Returns true iff a backend with the given name is registered.
148 // Describes an XLA backend.
149 struct Backend {
153 // The per-backend operator filter function. See the comment on
162 // Map from compilation device names to a description of the backend.
163 std::unordered_map<string, Backend> backends_ GUARDED_BY(mutex_);
265 // REGISTER_XLA_BACKEND() registers an XLA backend. Example usage:
  /frameworks/compile/slang/
slang_backend.h 59 class Backend : public clang::ASTConsumer {
132 // stricter alignment requirements than the backend compiles for,
133 // the frontend and backend will still agree on structure layout
165 Backend(RSContext *Context,
179 virtual ~Backend();
slang_backend.cpp 117 void Backend::CreateFunctionPasses() {
127 void Backend::CreateModulePasses() {
153 bool Backend::CreateCodeGenPasses() {
244 Backend::Backend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine,
272 void Backend::Initialize(clang::ASTContext &Ctx) {
278 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
287 // IR). Now, interact with LLVM backend to generate actual machine code (asm
386 void Backend::PadStruct(clang::RecordDecl* RD) {
564 void Backend::HandleTagDeclDefinition(clang::TagDecl *D)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
XenBus.h 10 initialize/shutdown a PV device and perform IO with a PV backend.
97 Get the contents of the node Node of the PV device's backend. Returns the
325 Register a XenStore watch on a backend's node.
411 CONST CHAR8 *Backend;
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
Backend.java 44 public class Backend implements JobCallback {
45 private static final String TAG = Backend.class.getSimpleName();
63 public Backend(Context context) {
64 if (DEBUG) Log.d(TAG, "Backend()");
163 if (DEBUG) Log.d(TAG, "Nothing to cancel in backend, ignoring");
215 FileUtils.deleteAll(new File(mContext.getFilesDir(), Backend.TEMP_JOB_FOLDER));

Completed in 870 milliseconds

1 2 3