Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/
Dnetwork_internal.h64 void SetContext(void* context) { context_ = context; } in SetContext() function
Drendezvous_internal.h90 void SetContext(void* context) { context_ = context; } in SetContext() function
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext) in SetContext() function in CPVRTPFXEffect
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h255 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/external/libchrome/mojo/core/
Duser_message_impl.cc434 MojoResult UserMessageImpl::SetContext( in SetContext() function in mojo::core::UserMessageImpl
/external/v8/src/deoptimizer/
Ddeoptimizer.h769 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
/external/v8/src/interpreter/
Dinterpreter-assembler.cc171 void InterpreterAssembler::SetContext(TNode<Context> value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler
/external/v8/src/compiler/
Dbytecode-graph-builder.cc547 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment