/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
you may not use this file except in compliance with the License.
|
You may obtain a copy of the License at
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
Unless required by applicable law or agreed to in writing, software
|
distributed under the License is distributed on an "AS IS" BASIS,
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
See the License for the specific language governing permissions and
|
limitations under the License.
|
==============================================================================*/
|
|
/* SWIG wrapper for all of TensorFlow native functionality.
|
* The includes are intentionally not alphabetically sorted, as the order of
|
* includes follows dependency order */
|
|
%include "tensorflow/python/pywrap_tfe.i"
|
|
%include "tensorflow/python/util/port.i"
|
%include "tensorflow/python/util/py_checkpoint_reader.i"
|
%include "tensorflow/python/util/stat_summarizer.i"
|
%include "tensorflow/python/util/tfprof.i"
|
|
%include "tensorflow/python/lib/core/py_func.i"
|
%include "tensorflow/python/lib/core/py_exception_registry.i"
|
|
%include "tensorflow/python/lib/io/py_record_reader.i"
|
%include "tensorflow/python/lib/io/py_record_writer.i"
|
%include "tensorflow/python/client/events_writer.i"
|
|
%include "tensorflow/python/client/tf_session.i"
|
%include "tensorflow/python/client/device_lib.i"
|
|
%include "tensorflow/python/lib/core/bfloat16.i"
|
|
%include "tensorflow/python/lib/io/file_io.i"
|
%include "tensorflow/python/training/quantize_training.i"
|
|
%include "tensorflow/python/framework/python_op_gen.i"
|
|
%include "tensorflow/python/framework/cpp_shape_inference.i"
|
%include "tensorflow/python/platform/stacktrace_handler.i"
|
%include "tensorflow/python/util/kernel_registry.i"
|
|
%include "tensorflow/python/util/transform_graph.i"
|
|
%include "tensorflow/python/util/util.i"
|
|
%include "tensorflow/python/grappler/cluster.i"
|
%include "tensorflow/python/grappler/item.i"
|
%include "tensorflow/python/grappler/tf_optimizer.i"
|
%include "tensorflow/python/grappler/cost_analyzer.i"
|
%include "tensorflow/python/grappler/graph_analyzer.i"
|
%include "tensorflow/python/grappler/model_analyzer.i"
|