Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dscatter_nd_ops_test.py398 max_result = state_ops.scatter_max(ref, indices, updates)
402 self.assertAllEqual(self.evaluate(max_result), expected_result)
835 max_result = array_ops.tensor_scatter_max(t, indices, updates)
841 self.assertAllEqual(max_result,
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7411 int max_result = SSL_set_max_proto_version(ssl, static_cast<uint16_t>(max_version)); in NativeCrypto_SSL_set_protocol_versions() local
7414 if (!min_result || !max_result) { in NativeCrypto_SSL_set_protocol_versions()
7420 min_result, max_result, result); in NativeCrypto_SSL_set_protocol_versions()