Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
Dtest22.pbtxt2 name: "polyval/x"
29 name: "polyval/coeff_0"
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dcwise_ops_test.py1287 np_val = np.polyval(coeffs, x)
1289 tf_val = math_ops.polyval(coeffs, x)
1312 np_val = np.polyval(coeffs, x)
1314 tf_val = math_ops.polyval(coeffs, x)
1320 np_val = np.polyval(coeffs, x)
1322 tf_val = math_ops.polyval(coeffs, x)
1329 math_ops.polyval(coeffs, x)
/external/rust/beto-rust/nearby/presence/xts_aes/fuzz/
DCargo.lock37 "polyval",
435 name = "polyval"
/external/rust/beto-rust/nearby/presence/ldt_np_adv/fuzz/
DCargo.lock37 "polyval",
484 name = "polyval"
/external/rust/beto-rust/nearby/presence/ldt/fuzz/
DCargo.lock37 "polyval",
457 name = "polyval"
/external/aac/libSBRdec/src/
DHFgen_preFlat.cpp800 static FIXP_DBL polyval(const FIXP_DBL *const p, const int *const p_sf, in polyval() function
974 FIXP_DBL tmp = polyval(p, p_sf, i, &sf); in sbrDecoder_calculateGainVec()
/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/
DCargo.lock43 "polyval",
638 name = "polyval"
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/fuzz/
DCargo.lock37 "polyval",
610 name = "polyval"
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py445 def polyval(p, x): # pylint: disable=missing-function-docstring function
452 y = math_ops.polyval(p, x)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.math.pbtxt324 name: "polyval"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt324 name: "polyval"
/external/rust/beto-rust/nearby/
DCargo.lock49 "polyval",
1378 name = "polyval"
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt696 name: "polyval"
/external/boringssl/
DBUILD.generated.bzl72 "src/crypto/fipsmodule/modes/polyval.c",
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py5163 def polyval(coeffs, x, name=None): function
/external/grpc-grpc/
Dgrpc.gemspec839 s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/polyval.c )
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.gemspec1698 s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/polyval.c )
/external/perfetto/buildtools/grpc/
DBUILD.gn3004 "src/third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/polyval.c",