Home | History | Annotate | Download | only in models

Lines Matching refs:tensorflow

1 // Copyright 2017 The TensorFlow Authors. All Rights Reserved.
20 #include "tensorflow/contrib/boosted_trees/lib/utils/batch_features.h"
21 #include "tensorflow/contrib/boosted_trees/proto/tree_config.pb.h" // NOLINT
22 #include "tensorflow/core/framework/tensor_types.h"
23 #include "tensorflow/core/lib/core/threadpool.h"
24 #include "tensorflow/core/platform/types.h"
26 namespace tensorflow {
40 tensorflow::thread::ThreadPool* const worker_threads,
41 tensorflow::TTypes<float>::Matrix output_predictions);
46 } // namespace tensorflow