Home
last modified time | relevance | path

Searched refs:defining_node (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
Dlift_as_function_call_utils.cc90 Operation *defining_node = current_value.getDefiningOp(); in FindOpsFromArgumentsToResults() local
91 if (defining_node == nullptr) continue; in FindOpsFromArgumentsToResults()
92 op_stack.push(defining_node); in FindOpsFromArgumentsToResults()
93 for (const auto &arg : defining_node->getOperands()) { in FindOpsFromArgumentsToResults()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp628 propagateNoContractionInOneExpression(glslang::TIntermTyped* defining_node, in propagateNoContractionInOneExpression() argument
632 if (glslang::TIntermBinary* BN = defining_node->getAsBinaryNode()) { in propagateNoContractionInOneExpression()
638 } else if (glslang::TIntermUnary* UN = defining_node->getAsUnaryNode()) { in propagateNoContractionInOneExpression()
849 TIntermOperator* defining_node = defining_node_iter->second; in PropagateNoContraction() local
852 defining_node, precise_object_accesschain); in PropagateNoContraction()
858 propagator.propagateNoContractionInOneExpression(defining_node, in PropagateNoContraction()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp631 propagateNoContractionInOneExpression(glslang::TIntermTyped* defining_node, in propagateNoContractionInOneExpression() argument
635 if (glslang::TIntermBinary* BN = defining_node->getAsBinaryNode()) { in propagateNoContractionInOneExpression()
641 } else if (glslang::TIntermUnary* UN = defining_node->getAsUnaryNode()) { in propagateNoContractionInOneExpression()
852 TIntermOperator* defining_node = defining_node_iter->second; in PropagateNoContraction() local
855 defining_node, precise_object_accesschain); in PropagateNoContraction()
861 propagator.propagateNoContractionInOneExpression(defining_node, in PropagateNoContraction()
/external/pytorch/torch/csrc/jit/passes/
Dgraph_fuser.cpp244 auto defining_node = producer->node(); in allUsersAreThisConsumerOrCalcSizes() local
245 for (auto o : defining_node->outputs()) { in allUsersAreThisConsumerOrCalcSizes()