1a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
2a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower#
3a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# Licensed under the Apache License, Version 2.0 (the "License");
4a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# you may not use this file except in compliance with the License.
5a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# You may obtain a copy of the License at
6a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower#
7a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower#     http://www.apache.org/licenses/LICENSE-2.0
8a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower#
9a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# Unless required by applicable law or agreed to in writing, software
10a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# distributed under the License is distributed on an "AS IS" BASIS,
11a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# See the License for the specific language governing permissions and
13a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# limitations under the License.
14a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower# ==============================================================================
15a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower"""A module for controlling the Tensorflow/XLA JIT compiler."""
16a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower
17a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlowerfrom __future__ import absolute_import
18a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlowerfrom __future__ import division
19a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlowerfrom __future__ import print_function
20a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlower
21a5e51222300c0ecf644087f99f3183644b76fd00A. Unique TensorFlowerfrom tensorflow.contrib.compiler import jit
22