Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Didentify_util.cc26 bool IsBinaryOp(const Operator* op, OperatorType optype, in IsBinaryOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h84 bool IsBinaryOp() const { return IsBinary; } in IsBinaryOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h86 bool IsBinaryOp() const { return IsBinary; } in IsBinaryOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h87 bool IsBinaryOp() const { return IsBinary; } in IsBinaryOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h87 bool IsBinaryOp() const { return IsBinary; } in IsBinaryOp() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_clustering.cc229 std::function<bool(Operation* op)> IsBinaryOp() { in IsBinaryOp() function in tensorflow::__anonff6be9570111::CwiseBinaryOpClusteringPolicy
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_clustering.cc241 std::function<bool(Operation* op)> IsBinaryOp() { in IsBinaryOp() function in tensorflow::__anon49e627740111::CwiseBinaryOpClusteringPolicy
/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateAST.cpp168 bool IsBinaryOp(TOperator op) in IsBinaryOp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3735 bool IsBinaryOp = isa<BinaryOperator>(I); in sinkNotIntoLogicalOp() local
3792 bool IsBinaryOp = isa<BinaryOperator>(I); in sinkNotIntoOtherHandOfLogicalOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer.cc2082 bool IsBinaryOp(const NodeDef& node) { in IsBinaryOp() function