/external/tensorflow/tensorflow/python/keras/utils/ |
D | vis_utils.py | 149 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/ |
D | OptMenu.py | 33 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/ |
D | gen_archrast.py | 157 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,
|
D | gen_knobs.py | 44 MakoTemplateWriter.to_file( 52 MakoTemplateWriter.to_file(
|
D | gen_backends.py | 110 MakoTemplateWriter.to_file( 121 MakoTemplateWriter.to_file( 134 MakoTemplateWriter.to_file(
|
D | gen_llvm_ir_macros.py | 204 MakoTemplateWriter.to_file( 231 MakoTemplateWriter.to_file(
|
D | gen_common.py | 62 def to_file(template_filename, output_filename, **kwargs): member in MakoTemplateWriter
|
D | gen_llvm_types.py | 311 MakoTemplateWriter.to_file(
|
/external/toolchain-utils/cros_utils/ |
D | manifest_versions.py | 139 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/ |
D | node_generator.cc | 87 const grpc::string& to_file) { in GetRelativePath() argument 88 return GetRootPath(from_file, to_file) + to_file; in GetRelativePath()
|
/external/toolchain-utils/ |
D | remote_gcc_build.py | 217 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/ |
D | edid.py | 102 def to_file(self, filename): member in Edid
|
/external/selinux/python/audit2allow/ |
D | sepolgen-ifgen | 145 if_set.to_file(f)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.utils.pbtxt | 65 …argspec: "args=[\'model\', \'to_file\', \'show_shapes\', \'show_layer_names\', \'rankdir\'], varar…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.utils.pbtxt | 65 …argspec: "args=[\'model\', \'to_file\', \'show_shapes\', \'show_layer_names\', \'rankdir\'], varar…
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 125 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/ |
D | test_interfaces.py | 265 i.to_file(f)
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 178 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/ |
D | interfaces.py | 338 def to_file(self, fd): member in InterfaceSet
|