- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for check_numerics (0.14 sec)
-
tensorflow/c/eager/gradients_test.cc
ForwardOperation forward_op; absl::Status s = Reset(check_numerics_op.get(), "CheckNumerics", /*raw_device_name=*/nullptr, &forward_op); ASSERT_EQ(errors::OK, s.code()) << s.message(); if (isa<TracingOperation>(check_numerics_op.get())) { s = dyn_cast<TracingOperation>(check_numerics_op.get()) ->SetOpName("check_numerics"); ASSERT_EQ(errors::OK, s.code()) << s.message(); }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 7K bytes - Viewed (0) -
RELEASE.md
the existing endpoints in the future. List of new endpoints: * New endpoints in `tf.image` namespace: `tf.image.extract_image_patches` * New endpoints in `tf.debugging` namespace: `tf.debugging.check_numerics`, `tf.debugging.is_finite`, `tf.debugging.is_inf`, `tf.debugging.is_nan`. * New endpoints in `tf.dtypes` namespace: `tf.dtypes.as_string`. * New endpoints in `tf.io` namespace: `tf.io.decode_base64`,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)