- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TFE_ContextEndStep (0.08 sec)
-
tensorflow/c/eager/c_api.cc
if (!status->status.ok()) return nullptr; } return func_op; } } // namespace void TFE_ContextStartStep(TFE_Context* ctx) { tensorflow::unwrap(ctx)->StartStep(); } void TFE_ContextEndStep(TFE_Context* ctx) { tensorflow::unwrap(ctx)->EndStep(); } const TFE_OpAttrs* TFE_OpGetAttrs(const TFE_Op* op) { return tensorflow::wrap(tensorflow::unwrap(op)->GetOpAttrs()); }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 43.9K bytes - Viewed (0)