Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc69 const Node* node, InferenceContext* outer_context) { in InferShapesForFunctionSubNode()
159 InferenceContext* outer_context) { in InferShapesForFunction()
211 const Node* node, shape_inference::InferenceContext* outer_context) { in AddNodeInternal()
412 InferenceContext* outer_context) { in EvaluateConstantTensorForEdge()
425 shape_inference::InferenceContext* outer_context) { in EvaluateConstantIntScalarEdge()
451 ShapeHandle* result, shape_inference::InferenceContext* outer_context) { in ConstantPartialShape()
597 shape_inference::InferenceContext* outer_context) { in PartialStridedSliceShape()
671 InferenceContext* outer_context) { in RunShapeFn()
H A Deval_const_tensor.cc299 InferenceContext* outer_context) { in ExtractConstantSubgraph()
506 InferenceContext* outer_context) { in EvaluateConstantTensor()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dthreadpool_test.cc42 Context outer_context(ContextKind::kThread); in TEST() local
263 Context outer_context(ContextKind::kThread); in TEST() local
289 Context outer_context(ContextKind::kThread); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops.py642 def outer_context(self): member in ControlFlowContext