Home
last modified time | relevance | path

Searched refs:SetIsCommutative (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc32 .SetIsCommutative()
112 .SetIsCommutative()
395 .SetIsCommutative();
431 REGISTER_OP("Mul").BINARY_MORE().SetIsCommutative().SetShapeFn(
439 .SetIsCommutative()
447 .SetIsCommutative()
479 .SetIsCommutative()
487 .SetIsCommutative()
518 .SetIsCommutative()
529 .SetIsCommutative()
[all …]
Dbitwise_ops.cc33 .SetIsCommutative() \
/external/tensorflow/tensorflow/core/framework/
Dop.h227 OpDefBuilderWrapper<true>& SetIsCommutative() { in SetIsCommutative() function
228 builder_.SetIsCommutative(); in SetIsCommutative()
270 OpDefBuilderWrapper<false>& SetIsCommutative() { return *this; } in SetIsCommutative() function
Dop_def_builder.h111 OpDefBuilder& SetIsCommutative();
Dop_def_builder_test.cc434 ExpectSuccess(b().SetIsCommutative().SetIsAggregate(), in TEST_F()
Dop_def_builder.cc592 OpDefBuilder& OpDefBuilder::SetIsCommutative() { in SetIsCommutative() function in tensorflow::OpDefBuilder
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc354 .SetIsCommutative()