Giter Site home page Giter Site logo

tensorflow-contrib's Introduction

TensorFlow contrib

Any code in this directory is not officially supported, and may change or be removed at any time without notice.

The contrib directory contains project directories, each of which has designated owners. It is meant to contain features and contributions that eventually should get merged into core TensorFlow, but whose interfaces may still change, or which require some testing to see whether they can find broader acceptance. We are trying to keep duplication within contrib to a minimum, so you may be asked to refactor code in contrib to use some feature inside core or in another project in contrib rather than reimplementing the feature.

When adding a project, please stick to the following directory structure: Create a project directory in contrib/, and mirror the portions of the TensorFlow tree that your project requires underneath contrib/my_project/.

For example, let's say you create foo ops in two files: foo_ops.py and foo_ops_test.py. If you were to merge those files directly into TensorFlow, they would live in tensorflow/python/ops/foo_ops.py and tensorflow/python/kernel_tests/foo_ops_test.py. In contrib/, they are part of project foo, and their full paths are contrib/foo/python/ops/foo_ops.py and contrib/foo/python/kernel_tests/foo_ops_test.py.

tensorflow-contrib's People

Contributors

tensorflower-gardener avatar gunan avatar caisq avatar ebrevdo avatar mrry avatar yifeif avatar martinwicke avatar aaroey avatar yongtang avatar allenlavoie avatar miaout17 avatar benoitsteiner avatar jvdillon avatar ispirmustafa avatar langmore avatar samikama avatar rohan100jain avatar alextp avatar jsimsa avatar petewarden avatar aselle avatar andrewharp avatar jdduke avatar annarev avatar trevor-m avatar saeta avatar guptapriya avatar jjsjann123 avatar jackyko1991 avatar davidsoergel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.