- Sort Score
- Result 10 results
- Languages All
Results 31 - 35 of 35 for mul (0.06 sec)
-
api/go1.5.txt
pkg math/big, method (*Float) IsInt() bool pkg math/big, method (*Float) MantExp(*Float) int pkg math/big, method (*Float) MinPrec() uint pkg math/big, method (*Float) Mode() RoundingMode pkg math/big, method (*Float) Mul(*Float, *Float) *Float pkg math/big, method (*Float) Neg(*Float) *Float pkg math/big, method (*Float) Parse(string, int) (*Float, int, error) pkg math/big, method (*Float) Prec() uint
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
tensorflow/c/c_api_test.cc
TEST_F(CApiGradientsTest, MultipleCallsToAddGradients) { const float X = 3.0f, Y = 7.0f; TF_Operation* x = Placeholder(graph_, s_, "x", TF_FLOAT); TF_Operation* y = Placeholder(graph_, s_, "y", TF_FLOAT); TF_Operation* xy = Mul(x, y, graph_, s_, "xy"); TF_Output dxy_dx, dxy_dy; TF_Output outputs[1] = {{xy, 0}}; TF_Output inputs[1] = {{x, 0}}; TF_AddGradients(graph_, outputs, 1, inputs, 1, nullptr, s_, &dxy_dx);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Dec 27 12:18:10 UTC 2024 - 97K bytes - Viewed (0) -
RELEASE.md
* Unary GPU kernels: Abs, Atanh, Acos, Acosh, Asin, Asinh, Atan, Cos, Cosh, Sin, Sinh, Tan, Tanh. * Binary GPU kernels: AddV2, Sub, Div, DivNoNan, Mul, MulNoNan, FloorDiv, Equal, NotEqual, Greater, GreaterEqual, LessEqual, Less. * `tf.lite` * Add experimental supports conversion of models that may be larger than 2GB before buffer deduplication
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
api/go1.txt
pkg go/token, const LEQ Token pkg go/token, const LOR Token pkg go/token, const LPAREN Token pkg go/token, const LSS Token pkg go/token, const LowestPrec ideal-int pkg go/token, const MAP Token pkg go/token, const MUL Token pkg go/token, const MUL_ASSIGN Token pkg go/token, const NEQ Token pkg go/token, const NOT Token pkg go/token, const NoPos Pos pkg go/token, const OR Token pkg go/token, const OR_ASSIGN Token
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg go/token, const LEQ = 45 pkg go/token, const LOR = 35 pkg go/token, const LPAREN = 49 pkg go/token, const LSS = 40 pkg go/token, const LowestPrec = 0 pkg go/token, const MAP = 77 pkg go/token, const MUL = 14 pkg go/token, const MUL_ASSIGN = 25 pkg go/token, const NEQ = 44 pkg go/token, const NOT = 43 pkg go/token, const NoPos = 0 pkg go/token, const OR = 18 pkg go/token, const OR_ASSIGN = 29
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)