Home
last modified time | relevance | path

Searched defs:ExecutionContext (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h64 struct ExecutionContext { struct
74 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext() argument
76 ExecutionContext(ExecutionContext &&O) in ExecutionContext() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h60 struct ExecutionContext { struct
70 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext() argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbef_thunk.h25 class ExecutionContext; variable
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_execution_context.h29 ExecutionContext(nvinfer1::IExecutionContext* context) in ExecutionContext() function
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/conversion/
Dconversion.h28 class ExecutionContext; variable
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Dconversion_function.h28 class ExecutionContext; variable
/external/apache-http/src/org/apache/http/protocol/
DExecutionContext.java48 public interface ExecutionContext { interface
/external/tensorflow/tensorflow/core/tfrt/utils/
Dutils.h34 class ExecutionContext; variable
/external/deqp/framework/randomshaders/
DrsgExecutionContext.hpp57 class ExecutionContext class
DrsgExecutionContext.cpp45 ExecutionContext::ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersC… in ExecutionContext() function in rsg::ExecutionContext