/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
core_test.py | 826 ('logical_and', operator.and_, math_ops.logical_and, core.logical_and),
|
/external/tensorflow/tensorflow/python/ops/ |
math_ops.py | [all...] |
array_grad.py | 196 math_ops.logical_and(grad.indices >= start, [all...] |
ctc_ops.py | [all...] |
summary_ops_v2.py | 82 return math_ops.logical_and(cond_distributed, cond) [all...] |
while_v2.py | 115 return math_ops.logical_and( [all...] |
nn_impl.py | 102 cond = math_ops.logical_and(targets >= zeros, targets <= ones) [all...] |
image_ops_impl.py | [all...] |
math_grad.py | 316 is_selected = math_ops.logical_and(is_selected, is_positive) 364 # so we don't need to do a logical_and with is_positive here [all...] |
/external/python/cpython3/Lib/test/ |
test_decimal.py | 195 self.NameAdapter = {'and':'logical_and', [all...] |
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
embedding_ops.py | 194 is_id_valid = math_ops.logical_and( [all...] |
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/ |
metric_loss_ops.py | 196 mask = math_ops.logical_and( [all...] |
/external/tensorflow/tensorflow/python/debug/cli/ |
tensor_format_test.py | 258 return np.logical_and(x > lower_bound, x < upper_bound)
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
ragged_tensor.py | [all...] |
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
gbdt_batch.py | [all...] |
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
beam_search_decoder.py | 229 math_ops.logical_and( [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
cwise_ops.h | 1023 struct logical_and : base<bool, Eigen::internal::scalar_boolean_and_op> {}; struct in namespace:tensorflow::functor [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
decimal.py | 3248 def logical_and(self, other, context=None): member in class:Decimal 4534 def logical_and(self, a, b): member in class:Context [all...] |
/external/python/cpython2/Lib/ |
decimal.py | 3274 def logical_and(self, other, context=None): member in class:Decimal 4562 def logical_and(self, a, b): member in class:Context [all...] |
/external/python/cpython3/Lib/ |
_pydecimal.py | 3376 def logical_and(self, other, context=None): member in class:Decimal 4734 def logical_and(self, a, b): member in class:Context [all...] |
/external/tensorflow/tensorflow/python/keras/ |
metrics.py | 122 values = tf.logical_and(tf.equal(y_true, True), tf.equal(y_pred, True)) [all...] |
/external/autotest/client/cros/power/ |
power_status.py | [all...] |
/external/tensorflow/tensorflow/compiler/tests/ |
binary_ops_test.py | 656 math_ops.logical_and, [all...] |
/external/tensorflow/tensorflow/python/framework/ |
test_util.py | [all...] |
/external/tensorflow/tensorflow/lite/testing/ |
generate_examples.py | [all...] |