Home
last modified time | relevance | path

Searched refs:to_file (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dvis_utils.py149 to_file='model.png', argument
172 _, extension = os.path.splitext(to_file)
178 dot.write(to_file, format=extension)
184 return display.Image(filename=to_file)
/external/python/cpython2/Demo/tix/samples/
DOptMenu.py33 to_file = Tix.OptionMenu(top, label="To File Format : ",
45 to_file.add_command(opt, label=options[opt])
51 to_file.pack(side=Tix.TOP, anchor=Tix.W, pady=3, padx=6)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py157 MakoTemplateWriter.to_file(template_file, output_fullpath,
168 MakoTemplateWriter.to_file(template_file, output_fullpath,
179 MakoTemplateWriter.to_file(template_file, output_fullpath,
191 MakoTemplateWriter.to_file(template_file, output_fullpath,
Dgen_knobs.py44 MakoTemplateWriter.to_file(
52 MakoTemplateWriter.to_file(
Dgen_backends.py110 MakoTemplateWriter.to_file(
121 MakoTemplateWriter.to_file(
134 MakoTemplateWriter.to_file(
Dgen_llvm_ir_macros.py204 MakoTemplateWriter.to_file(
231 MakoTemplateWriter.to_file(
Dgen_common.py62 def to_file(template_filename, output_filename, **kwargs): member in MakoTemplateWriter
Dgen_llvm_types.py311 MakoTemplateWriter.to_file(
/external/toolchain-utils/cros_utils/
Dmanifest_versions.py139 def GetManifest(self, version, to_file): argument
149 command = 'cp {0} {1}'.format(files[0], to_file)
152 raise RuntimeError('Cannot copy manifest to {0}'.format(to_file))
/external/grpc-grpc/src/compiler/
Dnode_generator.cc87 const grpc::string& to_file) { in GetRelativePath() argument
88 return GetRootPath(from_file, to_file) + to_file; in GetRelativePath()
/external/toolchain-utils/
Dremote_gcc_build.py217 to_file = os.path.join(temp_dir, 'default.xml')
218 manifests.GetManifest(version, to_file)
219 return UploadManifest(to_file, chromeos_root, branch)
/external/autotest/client/cros/chameleon/
Dedid.py102 def to_file(self, filename): member in Edid
/external/selinux/python/audit2allow/
Dsepolgen-ifgen145 if_set.to_file(f)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.utils.pbtxt65 …argspec: "args=[\'model\', \'to_file\', \'show_shapes\', \'show_layer_names\', \'rankdir\'], varar…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.utils.pbtxt65 …argspec: "args=[\'model\', \'to_file\', \'show_shapes\', \'show_layer_names\', \'rankdir\'], varar…
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc125 int from_file = -1, to_file = -1;
143 if ((to_file = ::open(t.begin(), to_flags, from_stat.st_mode)) < 0)
145 AutoFD to_fd(to_file);
/external/selinux/python/sepolgen/tests/
Dtest_interfaces.py265 i.to_file(f)
/external/clang/tools/c-index-test/
Dc-index-test.c178 FILE *to_file; in parse_remapped_files_with_opt() local
190 to_file = fopen(sep + 1, "rb"); in parse_remapped_files_with_opt()
191 if (!to_file) { in parse_remapped_files_with_opt()
201 fseek(to_file, 0, SEEK_END); in parse_remapped_files_with_opt()
202 unsaved->Length = ftell(to_file); in parse_remapped_files_with_opt()
203 fseek(to_file, 0, SEEK_SET); in parse_remapped_files_with_opt()
207 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) { in parse_remapped_files_with_opt()
209 (feof(to_file) ? "EOF" : "error"), sep + 1); in parse_remapped_files_with_opt()
210 fclose(to_file); in parse_remapped_files_with_opt()
221 fclose(to_file); in parse_remapped_files_with_opt()
/external/selinux/python/sepolgen/src/sepolgen/
Dinterfaces.py338 def to_file(self, fd): member in InterfaceSet