You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/lib/docs/scrapers/tensorflow/tensorflow_cpp.rb

13 lines
312 B

module Docs
class TensorflowCpp < Tensorflow
self.name = 'TensorFlow C++'
self.slug = 'tensorflow_cpp'
for version in ['2.3', '2.2', '2.1', '2.0', '1.15'] do
self.release = version + '.0'
self.base_url = "https://www.tensorflow.org/versions/r#{version}/api_docs/cc"
end
end
end