Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/external/tensorflow/tensorflow/lite/kernels/
Dcomparisons_test.cc96 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_BOOL, in TEST() local
107 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_FLOAT32, in TEST() local
118 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
129 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 1}, TensorType_INT32, in TEST() local
140 ComparisonOpModel model({1, 1, 2, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
152 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_BOOL, in TEST() local
163 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_FLOAT32, in TEST() local
174 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
185 ComparisonOpModel model({1, 1, 1, 4}, {1, 1, 1, 1}, TensorType_INT32, in TEST() local
196 ComparisonOpModel model({1, 1, 2, 4}, {1, 1, 1, 4}, TensorType_INT32, in TEST() local
[all …]
Dpack_test.cc56 PackOpModel<float> model({TensorType_FLOAT32, {2}}, 0, 3); in TEST() local
66 PackOpModel<float> model({TensorType_FLOAT32, {2}}, 1, 3); in TEST() local
76 PackOpModel<float> model({TensorType_FLOAT32, {2, 3}}, 1, 2); in TEST() local
86 PackOpModel<float> model({TensorType_FLOAT32, {2, 2, 2, 2}}, 1, 2); in TEST() local
100 PackOpModel<int32_t> model({TensorType_INT32, {2}}, 0, 3); in TEST() local
110 PackOpModel<int32_t> model({TensorType_INT32, {2}}, 1, 3); in TEST() local
120 PackOpModel<int32_t> model({TensorType_INT32, {2, 3}}, 1, 2); in TEST() local
131 PackOpModel<int64_t> model({TensorType_INT64, {2}}, 0, 3); in TEST() local
142 PackOpModel<int64_t> model({TensorType_INT64, {2}}, 1, 3); in TEST() local
153 PackOpModel<int64_t> model({TensorType_INT64, {2, 3}}, 1, 2); in TEST() local
[all …]
Dmirror_pad_test.cc53 BaseMirrorPadOpModel<int> model( in TEST() local
63 BaseMirrorPadOpModel<int> model( in TEST() local
74 BaseMirrorPadOpModel<int> model( in TEST() local
85 BaseMirrorPadOpModel<int> model( in TEST() local
96 BaseMirrorPadOpModel<int> model( in TEST() local
107 BaseMirrorPadOpModel<int> model( in TEST() local
119 BaseMirrorPadOpModel<int> model( in TEST() local
131 BaseMirrorPadOpModel<int> model( in TEST() local
145 BaseMirrorPadOpModel<int> model( in TEST() local
157 BaseMirrorPadOpModel<int> model( in TEST() local
[all …]
Dreverse_test.cc54 ReverseOpModel<float> model({TensorType_FLOAT32, {4}}, in TEST() local
65 ReverseOpModel<float> model({TensorType_FLOAT32, {4, 3, 2}}, in TEST() local
82 ReverseOpModel<int32_t> model({TensorType_INT32, {4}}, in TEST() local
93 ReverseOpModel<int32_t> model({TensorType_INT32, {4, 3, 2}}, in TEST() local
110 ReverseOpModel<int64_t> model({TensorType_INT64, {4}}, in TEST() local
121 ReverseOpModel<int64_t> model({TensorType_INT64, {4, 3, 2}}, in TEST() local
138 ReverseOpModel<uint8_t> model({TensorType_UINT8, {4}}, in TEST() local
149 ReverseOpModel<uint8_t> model({TensorType_UINT8, {4, 3, 2}}, in TEST() local
166 ReverseOpModel<int16_t> model({TensorType_INT16, {4}}, in TEST() local
177 ReverseOpModel<int16_t> model({TensorType_INT16, {4, 3, 2}}, in TEST() local
Dreverse_sequence_test.cc56 ReverseSequenceOpModel<float> model({TensorType_FLOAT32, {4, 3, 2}}, in TEST() local
71 ReverseSequenceOpModel<float> model({TensorType_FLOAT32, {4, 3, 2}}, in TEST() local
86 ReverseSequenceOpModel<int32_t> model({TensorType_INT32, {4, 3, 2}}, in TEST() local
101 ReverseSequenceOpModel<int32_t> model({TensorType_INT32, {4, 3, 2}}, in TEST() local
116 ReverseSequenceOpModel<int64_t> model({TensorType_INT64, {4, 3, 2}}, in TEST() local
131 ReverseSequenceOpModel<int64_t> model({TensorType_INT64, {4, 3, 2}}, in TEST() local
146 ReverseSequenceOpModel<uint8_t> model({TensorType_UINT8, {4, 3, 2}}, in TEST() local
161 ReverseSequenceOpModel<uint8_t> model({TensorType_UINT8, {4, 3, 2}}, in TEST() local
176 ReverseSequenceOpModel<int16_t> model({TensorType_INT16, {4, 3, 2}}, in TEST() local
191 ReverseSequenceOpModel<int16_t> model({TensorType_INT16, {4, 3, 2}}, in TEST() local
Darg_min_max_test.cc79 ArgMaxOpModel<int32_t> model({1, 1, 1, 4}, TensorType_FLOAT32, in TEST() local
90 ArgMaxOpModel<int32_t> model({1, 1, 1, 4}, TensorType_UINT8, TensorType_INT32, in TEST() local
101 ArgMaxOpModel<int32_t> model({1, 1, 1, 4}, TensorType_INT8, TensorType_INT32, in TEST() local
112 ArgMaxOpModel<int32_t> model({1, 1, 1, 4}, TensorType_INT32, TensorType_INT32, in TEST() local
123 ArgMaxOpModel<int32_t> model({1, 1, 2, 4}, TensorType_INT32, TensorType_INT32, in TEST() local
134 ArgMaxOpModel<int32_t> model({1, 1, 2, 4}, TensorType_INT32, TensorType_INT32, in TEST() local
145 ArgMaxOpModel<int64_t> model({1, 1, 2, 4}, TensorType_INT32, TensorType_INT64, in TEST() local
156 ArgMinOpModel<int32_t> model({1, 1, 1, 4}, TensorType_FLOAT32, in TEST() local
167 ArgMinOpModel<int32_t> model({1, 1, 1, 4}, TensorType_INT32, TensorType_INT32, in TEST() local
178 ArgMinOpModel<int32_t> model({1, 1, 2, 4}, TensorType_INT32, TensorType_INT32, in TEST() local
[all …]
Dselect_test.cc60 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
74 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
87 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
100 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
113 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
126 SelectOpModel model({1, 1, 1, 4}, {1, 1, 1, 4}, {1, 1, 1, 4}, in TEST() local
139 SelectOpModel model({2}, {2, 1, 2, 1}, {2, 1, 2, 1}, TensorType_INT32); in TEST() local
151 SelectOpModel model({1}, {1, 2, 2, 1}, {1, 2, 2, 1}, TensorType_INT32); in TEST() local
Dfloor_mod_test.cc52 FloorModModel<int32_t> model({TensorType_INT32, {1, 2, 2, 1}}, in TEST() local
63 FloorModModel<int32_t> model({TensorType_INT32, {1, 2, 2, 1}}, in TEST() local
74 FloorModModel<int32_t> model({TensorType_INT32, {1, 2, 2, 1}}, in TEST() local
84 FloorModModel<int64_t> model({TensorType_INT64, {1, 2, 2, 1}}, in TEST() local
95 FloorModModel<float> model({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
106 FloorModModel<float> model({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
117 FloorModModel<float> model({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
Dunpack_test.cc72 UnpackOpModel<float> model({TensorType_FLOAT32, {3, 2}}, 0); in TEST() local
92 UnpackOpModel<float> model({TensorType_FLOAT32, {3, 2}}, 1); in TEST() local
110 UnpackOpModel<float> model({TensorType_FLOAT32, {3, 2}}, -1); in TEST() local
128 UnpackOpModel<float> model({TensorType_FLOAT32, {3, 2}}, -2); in TEST() local
148 UnpackOpModel<float> model({TensorType_FLOAT32, {1, 6}}, 0); in TEST() local
164 UnpackOpModel<float> model({TensorType_FLOAT32, {2, 2, 2}}, 2); in TEST() local
183 UnpackOpModel<int32_t> model({TensorType_INT32, {3, 2}}, 0); in TEST() local
204 UnpackOpModel<int32_t> model({TensorType_INT32, {3, 2}}, 1); in TEST() local
223 UnpackOpModel<int32_t> model({TensorType_INT32, {1, 6}}, 0); in TEST() local
240 UnpackOpModel<int32_t> model({TensorType_INT32, {2, 2, 2}}, 2); in TEST() local
Drange_test.cc54 RangeOpModel<int32_t> model(TensorType_INT32); in TEST() local
64 RangeOpModel<int32_t> model(TensorType_INT32); in TEST() local
74 RangeOpModel<int32_t> model(TensorType_INT32); in TEST() local
84 RangeOpModel<float> model(TensorType_FLOAT32); in TEST() local
94 RangeOpModel<float> model(TensorType_FLOAT32); in TEST() local
104 RangeOpModel<float> model(TensorType_FLOAT32); in TEST() local
/external/tensorflow/tensorflow/python/keras/
Dmodels.py53 def _clone_functional_model(model, input_tensors=None, share_weights=False): argument
175 def _clone_sequential_model(model, input_tensors=None, share_weights=False): argument
251 def clone_model(model, input_tensors=None): argument
280 def _in_place_subclassed_model_reset(model): argument
381 def _reset_build_compile_trackers(model): argument
403 def in_place_subclassed_model_state_restoration(model): argument
435 def clone_and_build_model( argument
/external/clang/utils/
Dmodfuzz.py22 def valid(self, model): argument
31 def apply(self, model, name): argument
132 def mutations(model): argument
137 def create_module(model, options): argument
139 def go(model): argument
145 def add_top_level_decl(model, options): argument
148 def go(model): argument
154 def add_import(model, options, module_name): argument
155 def go(model): argument
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model.py48 def export_saved_model(model, argument
128 def _export_model_json(model, saved_model_path): argument
137 def _export_model_variables(model, saved_model_path): argument
145 def _save_v1_format(model, path, custom_objects, as_text, input_signature): argument
202 def _get_var_list(model): argument
213 mode, has_saved_vars, builder, model, custom_objects, checkpoint_path, argument
304 def _create_signature_def_map(model, mode): argument
343 def _assert_same_non_optimizer_objects(model, model_graph, clone, clone_graph): # pylint: disable=… argument
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DDynamicTableModelTest.java40 TableModel model = new DynamicTableModel(5, 5, TableOrder.COLUMN_MAJOR); in testConstructor() local
48 DynamicTableModel model = new DynamicTableModel(5, 5); in testGetCellRect() local
65 TableModel model = new DynamicTableModel(2, 2); in testIterator() local
96 TableModel model = new DynamicTableModel(2, 2); in testRowMajorIteration() local
154 TableModel model = new DynamicTableModel(2, 2, TableOrder.COLUMN_MAJOR); in testColumnMajorIteration() local
201 TableModel model = new DynamicTableModel(0, 1); in testSingleRowIteration() local
DFixedTableModelTest.java39 FixedTableModel model = new FixedTableModel(100, 100, null); in testConstructor() local
45 FixedTableModel model = new FixedTableModel(100, 100, TableOrder.COLUMN_MAJOR); in testIterator() local
77 FixedTableModel model = new FixedTableModel(300, 500, TableOrder.COLUMN_MAJOR); in testColumnMajor() local
212 FixedTableModel model = new FixedTableModel(300, 500, TableOrder.ROW_MAJOR); in testRowMajor() local
/external/tensorflow/tensorflow/python/keras/engine/
Ddistributed_training_utils.py532 def _get_input_from_iterator(iterator, model): argument
553 def _prepare_feed_values(model, inputs, targets, sample_weights, mode): argument
589 def _custom_compile_for_predict(model): argument
603 def _build_network_on_replica(model, mode, inputs=None, targets=None): argument
670 def _build_distributed_network(model, strategy, mode, inputs=None, argument
680 def _clone_and_build_model(model, mode, inputs=None, targets=None): argument
722 def clone_model_on_replicas(model, strategy, mode, inputs=None, targets=None): argument
732 def _make_execution_function(model, mode): argument
765 def _make_graph_execution_function(model, mode): argument
768 def _per_device_function(model): argument
[all …]
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dstate_management.py42 def initialize_graph(self, model, input_statistics=None): argument
48 def define_loss(self, model, features, mode): argument
74 def _define_loss_with_saved_state(self, model, features, mode): argument
77 def define_loss(self, model, features, mode): argument
105 def _define_loss_with_saved_state(self, model, features, mode): argument
143 def initialize_graph(self, model, input_statistics=None): argument
156 def _define_loss_with_saved_state(self, model, features, mode): argument
230 def _update_cached_states(self, model, features, mode): argument
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp249 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
259 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
291 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
302 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
319 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
350 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
363 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
374 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp249 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
259 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
291 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
302 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
319 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
350 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
363 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
374 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc81 tensorflow::DataType GetTensorFlowDataType(const Model& model, in GetTensorFlowDataType()
178 void ConvertFloatTensorConst(const Model& model, const string& name, in ConvertFloatTensorConst()
196 void ConvertFloatTensorConst(const Model& model, const string& name, in ConvertFloatTensorConst()
217 void ConvertBoolTensorConst(const Model& model, const string& name, in ConvertBoolTensorConst()
241 void ConvertIntTensorConst(const Model& model, const string& name, in ConvertIntTensorConst()
289 void ConvertComplex64TensorConst(const Model& model, const string& name, in ConvertComplex64TensorConst()
370 string WalkUpToConstantArray(const Model& model, const string& name) { in WalkUpToConstantArray()
384 void ConvertConvOperator(const Model& model, const ConvOperator& src_op, in ConvertConvOperator()
451 void ConvertDepthwiseConvOperator(const Model& model, in ConvertDepthwiseConvOperator()
541 void ConvertTransposeConvOperator(const Model& model, in ConvertTransposeConvOperator()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_select.md97 ### Android AAR
138 ### iOS
173 ### C++
191 ### Python pip Package
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgroup_bidirectional_sequence_ops.cc31 Model* model, const Operator& op) { in FindOperator()
37 bool MatchTwoUnpackOps(const Operator& op, const Model& model, in MatchTwoUnpackOps()
59 bool MatchDynamicBidirectionalSequenceOutputs(Operator* op, const Model& model, in MatchDynamicBidirectionalSequenceOutputs()
83 bool FindUnidirectionalSequenceOp(const Model& model, const Operator& output_op, in FindUnidirectionalSequenceOp()
107 const Model& model, std::stack<Operator*> fw_unidirectional_sequence_ops, in CheckTwoUnidirectionalSequenceOpsAreValid()
190 const Operator& fw_lstm_op, const Operator& bw_lstm_op, Model* model, in ConstructBidirectionalSequenceOp()
255 const Operator& fw_rnn_op, const Operator& bw_rnn_op, Model* model, in ConstructBidirectionalSequenceOp()
303 void GroupFwBwSequenceOps(Model* model, std::stack<Operator*> fw_sequence_ops, in GroupFwBwSequenceOps()
323 std::vector<std::unique_ptr<Operator>>::iterator* op_it, Model* model) { in RewireBidirectionalSequenceSequenceOpsConnections()
365 T** final_bidi_sequence_operator, Model* model) { in RewireFinalUnpackOutputs()
[all …]
Dhardcode_min_max.cc29 bool HardcodeMinMaxForIm2colArray(Model* model, Operator* op) { in HardcodeMinMaxForIm2colArray()
49 bool HardcodeMinMaxForL2Normalization(Model* model, Operator* op) { in HardcodeMinMaxForL2Normalization()
66 bool HardcodeInputMinMaxFromOutput(Model* model, Operator* op) { in HardcodeInputMinMaxFromOutput()
85 bool HardcodeMinMaxForConcatenation(Model* model, Operator* op) { in HardcodeMinMaxForConcatenation()
154 bool HardcodeMinMaxForSplit(Model* model, Operator* op) { in HardcodeMinMaxForSplit()
172 bool HardcodeMinMaxForAverageOrMaxPool(Model* model, Operator* op) { in HardcodeMinMaxForAverageOrMaxPool()
189 bool HardcodeMinMaxFromFirstInput(Model* model, Operator* op) { in HardcodeMinMaxFromFirstInput()
206 bool HardcodeMinMaxForSelect(Model* model, Operator* op) { in HardcodeMinMaxForSelect()
252 bool HardcodeMinMaxForOutput(Model* model, Operator* op, double min, in HardcodeMinMaxForOutput()
281 bool PropagateMinMaxAmongArrays(Model* model, in PropagateMinMaxAmongArrays()
[all …]
/external/autotest/frontend/
Ddb_router.py43 def _should_be_in_server_db(self, model): argument
53 def _should_be_in_global(self, model): argument
63 def db_for_read(self, model, **hints): argument
79 def db_for_write(self, model, **hints): argument
/external/guava/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java238 Map<Integer, Integer> model = Maps.newHashMap(); in testAllRangesAlone() local
249 Map<Integer, Integer> model = Maps.newHashMap(); in testAllRangePairs() local
264 Map<Integer, Integer> model = Maps.newHashMap(); in testAllRangeTriples() local
282 Map<Integer, Integer> model = Maps.newHashMap(); in testPutAll() local
302 Map<Integer, Integer> model = Maps.newHashMap(); in testPutAndRemove() local
317 Map<Integer, Integer> model = Maps.newHashMap(); in testPutTwoAndRemove() local
449 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify() argument
464 private void putModel(Map<Integer, Integer> model, Range<Integer> range, int value) { in putModel() argument
472 private void removeModel(Map<Integer, Integer> model, Range<Integer> range) { in removeModel() argument

12345678910>>...22