Home
last modified time | relevance | path

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

/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.proto119 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/dist2/src/sljit/
DsljitNativeS390X.c1857 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()