Skip to content

Instantly share code, notes, and snippets.

View d4l3k's full-sized avatar
⛰️
Hi

Tristan Rice d4l3k

⛰️
Hi
View GitHub Profile
@d4l3k
d4l3k / tensorflow_api.csv
Created June 12, 2018 19:21 — forked from dustinvtran/tensorflow_api.csv
List of all TensorFlow operations
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 1 column, instead of 2. in line 4.
# TensorFlow r0.10
#
# Building Graph
#
add_to_collection,tf.add_to_collection
as_dtype,tf.as_dtype
bytes,tf.bytes
container,tf.container
control_dependencies,tf.control_dependencies
convert_to_tensor,tf.convert_to_tensor
@d4l3k
d4l3k / Luk.ai CLA
Last active September 28, 2017 20:29
Luk.ai Individual Contributor License Agreement
**Luk.ai Individual Contributor License Agreement**
Thank you for your interest in contributing to open source software projects (“Projects”) made available by Luk.ai or its affiliates (“Luk.ai”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Luk.ai in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@luk.ai.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to Luk.ai a non-exclusive, perpetual, irrevocable
@d4l3k
d4l3k / 0_reuse_code.js
Created August 10, 2014 20:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console