tensorflow 0.21.0

Rust language bindings for TensorFlow.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
A test Library for `test_library_load` TF_GetOpList functionality in lib.rs

To compile, see instructions in RELEASING.md.
*/
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"

namespace tensorflow {

REGISTER_OP("TestOpList").Doc(R"doc(Used to test TF_GetOpList)doc");

}  // namespace tensorflow