Home
last modified time | relevance | path

Searched refs:template_filename (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/logging/
Dgen_html.py226 template_filename = _resource_loader.get_path_to_datafile("template.html")
227 if not os.path.exists(template_filename):
229 template_filename))
249 template_filename,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py168 def to_string(template_filename, **kwargs): argument
176 template = Template(filename=template_filename)
188 def to_file(template_filename, output_filename, **kwargs): argument
195 print(MakoTemplateWriter.to_string(template_filename, **kwargs), file=outfile)