Home
last modified time | relevance | path

Searched refs:or_result (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dbitwise_ops_test.py46 and_result, or_result, xor_result = sess.run(
51 self.assertAllEqual(or_result, [5, 5, 7, 15])
160 and_result, or_result, xor_result, ls_result, rs_result = sess.run(
166 self.assertAllEqual(or_tensor.get_shape().as_list(), or_result.shape)
/external/v8/src/
Dcode-stub-assembler.cc867 Node* or_result = Word32Or(lhs32, rhs32); in SmiMul() local
869 Branch(Int32LessThan(or_result, zero), &if_should_be_negative_zero, in SmiMul()