Home
last modified time | relevance | path

Searched defs:outer_context (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc39 Context outer_context(ContextKind::kThread); in TEST() local
126 Context outer_context(ContextKind::kThread); in TEST() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc67 InferenceContext* outer_context) { in InferShapesForFunctionSubNode()
134 ExtendedInferenceContext* outer_context) { in InferShapesForFunction()
/external/v8/src/debug/
Ddebug-evaluate.cc175 Handle<Context> outer_context(frame_inspector_.GetFunction()->context(), in ContextBuilder() local
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1420 def outer_context(self): member in ControlFlowContext