Home
last modified time | relevance | path

Searched defs:is_commutative (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_arith_ops_folder.h85 const bool is_commutative = in IdentityArithmeticOpFolder() local
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.cc70 bool is_commutative = grappler::IsCommutative(*node_); in ParseInputs() local
/external/tensorflow/tensorflow/core/framework/
Dop_def.proto133 bool is_commutative = 18; field
/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp847 backend_instruction::is_commutative() const in is_commutative() function in backend_instruction
/external/pcre/src/sljit/
DsljitNativeS390X.c2296 static SLJIT_INLINE int is_commutative(sljit_s32 op) in is_commutative() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc473 const Output non_const_arg) -> Output { in TEST_F()