Home
last modified time | relevance | path

Searched defs:WithContext (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dcontext.h37 class WithContext; variable
/external/tensorflow/tensorflow/core/platform/default/
Dcontext.h31 explicit WithContext(const Context& x) {} in WithContext() function
/external/llvm-project/clang-tools-extra/clangd/support/
DContext.h191 WithContext(Context C) : Restore(Context::swapCurrent(std::move(C))) {} in WithContext() function