Searched refs:polyval (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_test.py | 1077 np_val = np.polyval(coeffs, x) 1079 tf_val = math_ops.polyval(coeffs, x) 1100 np_val = np.polyval(coeffs, x) 1102 tf_val = math_ops.polyval(coeffs, x) 1108 np_val = np.polyval(coeffs, x) 1110 tf_val = math_ops.polyval(coeffs, x)
|
/external/aac/libSBRdec/src/ |
D | HFgen_preFlat.cpp | 800 static FIXP_DBL polyval(const FIXP_DBL *const p, const int *const p_sf, in polyval() function 973 FIXP_DBL tmp = polyval(p, p_sf, i, &sf); in sbrDecoder_calculateGainVec()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.math.pbtxt | 288 name: "polyval"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.math.pbtxt | 288 name: "polyval"
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 3722 def polyval(coeffs, x, name=None): function
|
/external/grpc-grpc/ |
D | grpc.gemspec | 839 s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/polyval.c )
|