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()
58 .SetIsCommutative()
322 .SetIsCommutative();
358 REGISTER_OP("Mul").BINARY_MORE().SetIsCommutative().SetShapeFn(
366 .SetIsCommutative()
391 .SetIsCommutative()
399 .SetIsCommutative()
416 .SetIsCommutative()
427 .SetIsCommutative()
441 .SetIsCommutative()
[all …]
Dbitwise_ops.cc33 .SetIsCommutative() \
/external/tensorflow/tensorflow/core/framework/
Dop.h221 OpDefBuilderWrapper<true>& SetIsCommutative() { in SetIsCommutative() function
222 builder_.SetIsCommutative(); in SetIsCommutative()
264 OpDefBuilderWrapper<false>& SetIsCommutative() { return *this; } in SetIsCommutative() function
Dop_def_builder.h109 OpDefBuilder& SetIsCommutative();
Dop_def_builder_test.cc434 ExpectSuccess(b().SetIsCommutative().SetIsAggregate(), in TEST_F()
Dop_def_builder.cc555 OpDefBuilder& OpDefBuilder::SetIsCommutative() { in SetIsCommutative() function in tensorflow::OpDefBuilder
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc315 .SetIsCommutative()