Home
last modified time | relevance | path

Searched defs:IsMerge (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dblock_merge_util.cpp36 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function
48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dblock_merge_util.cpp35 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function
48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dblock_merge_util.cpp35 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function
48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py93 def IsMerge(op): function
/external/tensorflow/tensorflow/core/graph/
Dgraph.h165 bool IsMerge() const { return class_ == NC_MERGE; } in IsMerge() function
846 inline bool IsMerge(const Node* node) { return node->IsMerge(); } in IsMerge() function
Dgraph_partition.cc49 inline bool IsMerge(const NodeDef& node_def) { in IsMerge() function
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc28 inline bool IsMerge(const NodeDef& node_def) { in IsMerge() function
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc61 inline bool IsMerge(const NodeDef& node_def) { in IsMerge() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc377 bool IsMerge(const NodeDef& node) { in IsMerge() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc528 bool TFGraphDialect::IsMerge(TFOp op) const { in IsMerge() function in mlir::tfg::TFGraphDialect