Home
last modified time | relevance | path

Searched defs:output_layers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libgav1/src/
H A Ddecoder_impl.h123 } output_layers[kMaxLayers]; member
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsummarize_graph_main.cc101 std::vector<string> output_layers; in PrintBenchmarkUsage() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc451 std::vector<string> output_layers = str_util::Split(output_layer_string, ','); in Main() local