Home
last modified time | relevance | path

Searched refs:root_init_template (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/tools/api/generator/
Dapi_gen.bzl14 root_init_template = None,
38 root_init_template: Python init file that should be used as template for
41 srcs: genrule sources. If passing root_init_template, the template file
61 if root_init_template:
62 root_init_template_flag = "--root_init_template=$(location " + root_init_template + ")"
Dcreate_python_api.py389 def create_api_files(output_files, packages, root_init_template, output_dir, argument
445 if module == root_module and root_init_template:
447 with open(root_init_template, 'r') as root_init_template_file:
528 create_api_files(outputs, packages, args.root_init_template, args.apidir,
/external/tensorflow/tensorflow/
DBUILD733 root_init_template = "api_template_v1.__init__.py",
756 root_init_template = "api_template.__init__.py",
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_python.cmake810 … "--root_init_template=${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/api_template.__init__.py"