Home
last modified time | relevance | path

Searched refs:IsAggregate (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc704 if (NumNonControlInputs(node) == 1 && IsAggregate(node)) { in IsValueAndOrderAndShapePreserving()
724 if (NumNonControlInputs(node) == 1 && IsAggregate(node)) { in IsValueAndOrderPreserving()
Dop_types.h187 bool IsAggregate(const NodeDef& node);
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h383 IsAggregate = 1 << 3, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h399 IsAggregate = 1 << 3, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp63 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp94 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp38 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc683 return IsAggregate(*node) && NumNonControlInputs(*node) > 1 && in IsSupported()
2375 return IsAggregate(*node) && NumNonControlInputs(*node) > 0 && in IsSupported()
Dconstant_folding.cc3080 if (IsAggregate(*node) && IsCommutative(*node) && in PartialAssocOpConstFolding()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc286 inline bool IsAggregate() const { in IsAggregate() function
3435 if (result.IsAggregate()) { in LookupSymbolNoPlaceholder()