- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for OnesLike (1.1 sec)
-
tensorflow/c/c_api_test.cc
if (grad_inputs_provided) { const float const3_val[] = {1.0, 1.0, 1.0, 1.0}; const3 = FloatConst2x2(expected_graph_, s_, const3_val, "GradInputs"); } else { const3 = OnesLike(expected_graph_, s_, matmul, "gradients/OnesLike"); } TF_Operation* matmul1 = MatMul(expected_graph_, s_, const3, const1, "gradients/MatMul", false, true);
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
* Correctly handle CuDNN RNN weight loaded when nest in `TimeDistributed`. * Adding per-element weight support for `WALSComputePartialLhsAndRhsOp`. * ZerosLike and OnesLike ops treated as constants by Graph Transform Tool. * Gamma distribution and the derived distributions (Beta, Dirichlet, Student's t, inverse Gamma) now fully reparameterized.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)