mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
55ca3b150c
This test verifies whether the API v2 packages can be imported from the current build. It utilizes the `_api/v2/api_packages.txt` list of packages from the local wheel file specified in the `requirements_lock_<python_version>.txt`. The test should be executed after the TF wheel was built and put into `dist` dir inside Tensorflow repository. PiperOrigin-RevId: 676893008
53 lines
939 B
Plaintext
53 lines
939 B
Plaintext
.DS_Store
|
|
.ipynb_checkpoints
|
|
node_modules
|
|
/.bazelrc.user
|
|
/.tf_configure.bazelrc
|
|
/xla_configure.bazelrc
|
|
/bazel-*
|
|
/bazel_pip
|
|
/tools/python_bin_path.sh
|
|
/tensorflow/tools/git/gen
|
|
/pip_test
|
|
/_python_build
|
|
*.pyc
|
|
__pycache__
|
|
*.swp
|
|
.vscode/
|
|
cmake_build/
|
|
tensorflow/contrib/cmake/_build/
|
|
.idea/**
|
|
/build/
|
|
[Bb]uild/
|
|
/build_output/
|
|
/tensorflow/core/util/version_info.cc
|
|
/tensorflow/python/framework/fast_tensor_util.cpp
|
|
/tensorflow/lite/gen/**
|
|
/tensorflow/lite/tools/make/downloads/**
|
|
/tensorflow/lite/tools/make/gen/**
|
|
/api_init_files_list.txt
|
|
/estimator_api_init_files_list.txt
|
|
*.whl
|
|
dist
|
|
|
|
# Android
|
|
.gradle
|
|
.idea
|
|
*.iml
|
|
local.properties
|
|
gradleBuild
|
|
|
|
# iOS
|
|
*.pbxproj
|
|
*.xcworkspace
|
|
/*.podspec
|
|
/tensorflow/lite/**/coreml/**/BUILD
|
|
/tensorflow/lite/**/ios/BUILD
|
|
/tensorflow/lite/**/objc/BUILD
|
|
/tensorflow/lite/**/swift/BUILD
|
|
/tensorflow/lite/examples/ios/simple/data/*.tflite
|
|
/tensorflow/lite/examples/ios/simple/data/*.txt
|
|
Podfile.lock
|
|
Pods
|
|
xcuserdata
|