HomeSort by relevance Sort by last modified time
    Searched refs:atol (Results 251 - 275 of 389) sorted by null

<<111213141516

  /external/python/cpython2/Demo/pdist/
server.py 134 response = string.atol(string.strip(response))
  /external/python/cpython2/Lib/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
relaxed_bernoulli_test.py 154 self.assertAllClose(p, frac_ones_like, atol=1e-2)
  /external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/
clustering_ops_test.py 51 atol=1.0)
  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
image_ops_test.py 150 atol=0.001)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
debug_test.py 160 self.assertAllClose(expected_prediction, np.vstack(pred), atol=0.1)
183 self.assertAllClose(expected_prediction, np.vstack(pred), atol=0.1)
204 self.assertAllClose(expected_prediction, np.vstack(pred), atol=0.1)
614 self.assertAllClose(expected_prediction, np.vstack(pred), atol=0.1)
  /external/tensorflow/tensorflow/core/framework/
tensor_testutil.h 108 // than atol + rtol * abs(x).
109 void ExpectClose(const Tensor& x, const Tensor& y, double atol = 1e-6,
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
initializers_test.py 49 self.assertAllClose(output, output_2, atol=1e-4)
metrics_test.py 144 self.assertAllClose(outs[2], ref_true_pos(y, preds), atol=1e-5)
  /external/tensorflow/tensorflow/python/kernel_tests/
ctc_decoder_ops_test.py 92 self.assertAllClose(output_log_probability, log_prob_truth, atol=1e-6)
manip_ops_test.py 56 self.assertAllClose(jacob_t, jacob_n, rtol=1e-5, atol=1e-5)
matrix_exponential_op_test.py 62 self.assertAllClose(np_ans, out, rtol=1e-4, atol=1e-3)
matrix_logarithm_op_test.py 45 self.assertAllClose(inp, out, rtol=1e-4, atol=1e-3)
reverse_sequence_op_test.py 46 self.assertAllClose(tf_ans, truth, atol=1e-10)
where_op_test.py 44 self.assertAllClose(tf_ans, truth, atol=1e-10)
conv_ops_test.py 252 self.assertAllClose(values[0], values[i], rtol=1e-5, atol=1e-5)
318 e_value.flatten(), c_value.flatten(), atol=tolerance, rtol=1e-4)
345 self.assertAllClose(expected, np.ravel(value), atol=tol, rtol=tol)
590 self.assertAllClose(values[0], values[i], rtol=1e-4, atol=1e-4)
760 self.assertAllClose(values[0], values[i], rtol=1e-4, atol=1e-4)
    [all...]
  /frameworks/av/media/libaaudio/tests/
test_aaudio_monkey.cpp 255 seed = atol(&arg[2]);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 62 static_assert((std::is_same<decltype(std::atol("")), long>::value), "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py     [all...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 63 if np.isclose(sensor_ar, convert_ar_to_float(ar_string), atol=FMT_ATOL):
335 atol=FMT_ATOL):
  /external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms_test.py 403 self.assertAllClose(unfolded_forward, folded_forward, atol=1e-3)
404 self.assertAllClose(unfolded_backward, folded_backward, atol=1e-3)

Completed in 1203 milliseconds

<<111213141516