Home
last modified time | relevance | path

Searched refs:polyval (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py1077 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/
DHFgen_preFlat.cpp800 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/
Dtensorflow.math.pbtxt288 name: "polyval"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.math.pbtxt288 name: "polyval"
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py3722 def polyval(coeffs, x, name=None): function
/external/grpc-grpc/
Dgrpc.gemspec839 s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/polyval.c )