Searched refs:model (Results 1 - 25 of 1246) sorted by relevance

1234567891011>>

/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A Dpackage-info.java18 * These classes model the data that is collected by the caliper {@linkplain
25 package com.google.caliper.model
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dremove_unused_op.cc21 #include "tensorflow/contrib/lite/toco/model.h"
28 bool RemoveUnusedOp::Run(Model* model, std::size_t op_index) { argument
29 const auto it = model->operators.begin() + op_index;
33 // the model. We allow specifying an arbitrary input_array,
36 CHECK(model->HasArray(output));
37 // If this output is provided as the model's input array,
39 if (IsInputArray(*model, output)) {
48 for (const auto& rnn_state : model->flags.rnn_states()) {
58 for (const string& output_array : model->flags.output_arrays()) {
63 for (const auto& rnn_state : model
[all...]
/external/adhd/alsa-module-config/
H A Dalsa-auron.conf1 options snd_hda_intel model=auron patch=,auron_alsa.fw
H A Dalsa-auron_paine.conf1 options snd_hda_intel model=auron_paine patch=,auron_paine_alsa.fw
H A Dalsa-auron_yuna.conf1 options snd_hda_intel model=auron_yuna patch=,auron_yuna_alsa.fw
H A Dalsa-cid.conf1 options snd_hda_intel model=cid patch=,cid_alsa.fw
H A Dalsa-falco.conf1 options snd_hda_intel model=falco patch=,falco_alsa.fw
H A Dalsa-gandof.conf1 options snd_hda_intel model=gandof patch=,gandof_alsa.fw
H A Dalsa-guado.conf1 options snd_hda_intel model=guado patch=,guado_alsa.fw
H A Dalsa-jecht.conf1 options snd_hda_intel model=jecht patch=,jecht_alsa.fw
H A Dalsa-leon.conf1 options snd_hda_intel model=leon patch=,leon_alsa.fw
H A Dalsa-lulu.conf1 options snd_hda_intel model=lulu patch=,lulu_alsa.fw
H A Dalsa-mccloud.conf1 options snd_hda_intel model=mccloud patch=,mccloud_alsa.fw
H A Dalsa-monroe.conf1 options snd_hda_intel model=monroe patch=,monroe_alsa.fw
H A Dalsa-peppy.conf1 options snd_hda_intel model=peppy patch=,peppy_alsa.fw
H A Dalsa-rikku.conf1 options snd_hda_intel model=rikku patch=,rikku_alsa.fw
H A Dalsa-stout.conf2 options snd_hda_intel model=stout patch=stout_alsa.fw
H A Dalsa-stout32.conf2 options snd_hda_intel model=stout patch=stout32_alsa.fw
H A Dalsa-tidus.conf1 options snd_hda_intel model=tidus patch=,tidus_alsa.fw
H A Dalsa-tricky.conf1 options snd_hda_intel model=tricky patch=,tricky_alsa.fw
H A Dalsa-wolf.conf1 options snd_hda_intel model=wolf patch=,wolf_alsa.fw
H A Dalsa-zako.conf1 options snd_hda_intel model=zako patch=,zako_alsa.fw
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dexport_tensorflow.h19 #include "tensorflow/contrib/lite/toco/model.h"
23 void ExportTensorFlowGraphDef(const Model& model, string* output_file_contents);
25 void EncodeConstantArraysMinMaxByWrappingThemInFakeQuantNodes(Model* model);
/external/junit/src/main/java/org/junit/runners/model/
H A DStatement.java1 package org.junit.runners.model;
/external/python/cpython3/Lib/xml/parsers/
H A Dexpat.py7 sys.modules['xml.parsers.expat.model'] = model

Completed in 310 milliseconds

1234567891011>>