- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CApiAttributesTestOpList (0.29 sec)
-
tensorflow/c/c_api_test.cc
REGISTER_OP("CApiAttributesTestOp" #type) \ .Attr("v: " #type) \ .SetShapeFn(tensorflow::shape_inference::UnknownShape); \ REGISTER_OP("CApiAttributesTestOpList" #type) \ .Attr("v: list(" #type ")") \ .SetShapeFn(tensorflow::shape_inference::UnknownShape) ATTR_TEST_REGISTER_OP(string); ATTR_TEST_REGISTER_OP(int);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 97K bytes - Viewed (0)