Home
last modified time | relevance | path

Searched defs:OutputInfo (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h58 struct OutputInfo { struct
76 absl::flat_hash_map<ShapeIndex, OutputInfo> output_info; argument
/external/libkmsxx/utils/
Dkmstest.cpp50 struct OutputInfo { struct
51 Connector* connector;
53 Crtc* crtc;
54 Videomode mode;
55 vector<Framebuffer*> legacy_fbs;
57 vector<PlaneInfo> planes;
82 static void get_connector(ResourceManager& resman, OutputInfo& output, const string& str = "") in get_connector() argument
/external/tensorflow/tensorflow/core/framework/
Dcost_graph.proto36 message OutputInfo { message
/external/oss-fuzz/projects/image-png/
Dbuf_independent.rs52 -> std::result::Result<png::OutputInfo, ()> in png_compare()