- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for static_cast (0.1 sec)
-
tensorflow/c/c_api.cc
// New Graph and Session API // Helper functions ----------------------------------------------------------- namespace { TF_Operation* ToOperation(Node* node) { return static_cast<TF_Operation*>(static_cast<void*>(node)); } string OutputName(const TF_Output& output) { return StrCat(output.oper->node.name(), ":", output.index); } const tensorflow::AttrValue* GetAttrValue(TF_Operation* oper,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)