Home
last modified time | relevance | path

Searched refs:OutputInfo (Results 1 – 8 of 8) sorted by relevance

/external/libkmsxx/utils/
Dkmstest.cpp50 struct OutputInfo { struct
82 static void get_connector(ResourceManager& resman, OutputInfo& output, const string& str = "") in get_connector() argument
93 static void get_default_crtc(ResourceManager& resman, OutputInfo& output) in get_default_crtc()
101 static PlaneInfo* add_default_planeinfo(OutputInfo* output) in add_default_planeinfo()
110 static void parse_crtc(ResourceManager& resman, Card& card, const string& crtc_str, OutputInfo& out… in parse_crtc()
243 …ne(ResourceManager& resman, Card& card, const string& plane_str, const OutputInfo& output, PlaneIn… in parse_plane()
323 static void parse_fb(Card& card, const string& fb_str, OutputInfo* output, PlaneInfo* pinfo) in parse_fb()
518 static vector<OutputInfo> setups_to_outputs(Card& card, ResourceManager& resman, const vector<Arg>&… in setups_to_outputs()
520 vector<OutputInfo> outputs; in setups_to_outputs()
522 OutputInfo* current_output = 0; in setups_to_outputs()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h58 struct OutputInfo { struct
76 absl::flat_hash_map<ShapeIndex, OutputInfo> output_info; argument
217 const absl::flat_hash_map<ShapeIndex, OutputInfo> output_info_;
222 StatusOr<absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>>
Dgpu_executable.cc449 const OutputInfo& output_info = output_info_.at(p.first); in ExecuteAsyncOnStreamImpl()
462 const OutputInfo& output_info = output_info_.at(index); in ExecuteAsyncOnStreamImpl()
583 StatusOr<absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>>
596 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>; in GetOutputInfo()
608 GpuExecutable::OutputInfo& info = output[index]; in GetOutputInfo()
Dgpu_compiler.cc933 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>; in RunBackend()
1008 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>* output_info, in GetMlirAllocationInfo()
1107 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo> output_info; in CompileLmhloToExecutable()
/external/tensorflow/tensorflow/core/framework/
Dcost_graph.proto36 message OutputInfo { message
45 repeated OutputInfo output_info = 5;
/external/oss-fuzz/projects/image-png/
Dbuf_independent.rs52 -> std::result::Result<png::OutputInfo, ()> in png_compare() argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc187 const CostGraphDef::Node::OutputInfo& output = in FindInputFeatures()
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc513 CostGraphDef::Node::OutputInfo* output_info = cnode->add_output_info(); in AddToCostGraphDef()