Home
last modified time | relevance | path

Searched defs:inputs (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Dmerge.py42 def _merge_function(self, inputs): argument
116 def call(self, inputs): argument
198 def compute_mask(self, inputs, mask=None): argument
239 def _merge_function(self, inputs): argument
277 def _merge_function(self, inputs): argument
293 def _merge_function(self, inputs): argument
309 def _merge_function(self, inputs): argument
325 def _merge_function(self, inputs): argument
340 def _merge_function(self, inputs): argument
385 def _merge_function(self, inputs): argument
[all …]
Dcore.py77 def compute_mask(self, inputs, mask=None): argument
80 def call(self, inputs): argument
122 def call(self, inputs, training=None): argument
172 def _get_noise_shape(self, inputs): argument
224 def _get_noise_shape(self, inputs): argument
277 def _get_noise_shape(self, inputs): argument
307 def call(self, inputs): argument
416 def call(self, inputs): argument
469 def call(self, inputs): argument
533 def call(self, inputs): argument
[all …]
Dnoise.py57 def call(self, inputs, training=None): argument
101 def call(self, inputs, training=None): argument
155 def _get_noise_shape(self, inputs): argument
158 def call(self, inputs, training=None): argument
162 …def dropped_inputs(inputs=inputs, rate=self.rate, seed=self.seed): # pylint: disable=missing-docs… argument
Dpooling.py365 def call(self, inputs): argument
382 def call(self, inputs): argument
398 def call(self, inputs): argument
418 def call(self, inputs): argument
457 def call(self, inputs): argument
493 def call(self, inputs): argument
516 def call(self, inputs): argument
555 def call(self, inputs): argument
591 def call(self, inputs): argument
/external/libcxx/benchmarks/
DGenerateInput.hpp51 std::vector<IntT> inputs(N, static_cast<IntT>(-1)); in getDuplicateIntegerInputs() local
57 std::vector<IntT> inputs; in getSortedIntegerInputs() local
65 std::vector<IntT> inputs; in getSortedLargeIntegerInputs() local
74 std::vector<IntT> inputs = getSortedIntegerInputs<IntT>(N); in getSortedTopBitsIntegerInputs() local
81 std::vector<IntT> inputs; in getReverseSortedIntegerInputs() local
101 std::vector<IntT> inputs; in getRandomIntegerInputs() local
109 std::vector<std::string> inputs(N, getRandomString(1024)); in getDuplicateStringInputs() local
114 std::vector<std::string> inputs; in getRandomStringInputs() local
122 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs() local
128 std::vector<std::string> inputs = getSortedStringInputs(N); in getReverseSortedStringInputs() local
[all …]
/external/tensorflow/tensorflow/python/layers/
Dbase_test.py106 def call(self, inputs): argument
157 def call(self, inputs): argument
178 def call(self, inputs): argument
205 def call(self, inputs): argument
228 def call(self, inputs): argument
280 def call(self, inputs): argument
307 def call(self, inputs): argument
335 def call(self, inputs): argument
363 def call(self, inputs): argument
383 def call(self, inputs): argument
[all …]
Dnetwork_test.py54 def call(self, inputs): argument
116 def call(self, inputs): argument
223 def call(self, inputs): argument
239 def call(self, inputs): argument
330 def call(self, inputs): argument
388 def call(self, inputs): argument
523 def call(self, inputs): argument
537 def call(self, inputs, mask=None): argument
542 def compute_mask(self, inputs, mask=None): argument
612 def call(self, inputs): argument
Dcore.py150 def call(self, inputs): argument
181 inputs, units, argument
289 def _get_noise_shape(self, inputs): argument
297 def call(self, inputs, training=False): argument
312 def dropout(inputs, argument
374 def call(self, inputs): argument
391 def flatten(inputs, name=None): argument
Dpooling.py64 def call(self, inputs): argument
133 def average_pooling1d(inputs, pool_size, strides, argument
200 def max_pooling1d(inputs, pool_size, strides, argument
270 def call(self, inputs): argument
338 def average_pooling2d(inputs, argument
408 def max_pooling2d(inputs, argument
483 def call(self, inputs): argument
562 def average_pooling3d(inputs, argument
636 def max_pooling3d(inputs, argument
/external/tensorflow/tensorflow/contrib/lite/testing/
Dgenerate_examples.py283 def build_inputs(parameters, sess, inputs, outputs): argument
537 def build_inputs(parameters, sess, inputs, outputs): argument
561 def build_inputs(parameters, sess, inputs, outputs): argument
587 def build_inputs(parameters, sess, inputs, outputs): argument
611 def build_inputs(parameters, sess, inputs, outputs): argument
638 def build_inputs(parameters, sess, inputs, outputs): argument
682 def build_inputs(parameters, sess, inputs, outputs): argument
746 def build_inputs(parameters, sess, inputs, outputs): argument
776 def build_inputs(parameters, sess, inputs, outputs): argument
819 def build_inputs(parameters, sess, inputs, outputs): argument
[all …]
/external/tensorflow/tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/
DNativeInterpreterWrapperTest.java86 Object[] inputs = {fourD}; in testRunWithFloat() local
104 Object[] inputs = {fourD}; in testRunWithInt() local
122 Object[] inputs = {fourD}; in testRunWithLong() local
141 Object[] inputs = {fourD}; in testRunWithByte() local
170 Object[] inputs = {bbuf}; in testRunWithByteBufferHavingBytes() local
201 Object[] inputs = {bbuf}; in testRunWithByteBufferHavingFloats() local
228 Object[] inputs = {bbuf}; in testRunWithByteBufferHavingWrongSize() local
248 Object[] inputs = {fourD}; in testRunWithWrongInputType() local
269 Object[] inputs = {fourD}; in testRunAfterClose() local
282 Object[] inputs = {}; in testRunWithEmptyInputs() local
[all …]
/external/tensorflow/tensorflow/cc/framework/
Dwhile_gradients_test.cc42 const std::vector<Output>* inputs = nullptr) { in CreateLoop()
95 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
117 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
122 std::vector<Output>* outputs) { in TEST_F()
168 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
197 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
202 std::vector<Output>* outputs) { in TEST_F()
Dwhile_gradients.cc76 const std::vector<Output>& inputs, in AddForwardLoopCounter()
77 std::vector<Output>* outputs) { in AddForwardLoopCounter()
115 const std::vector<Output>& inputs, in AddBackPropLoopCounter()
116 std::vector<Output>* outputs) { in AddBackPropLoopCounter()
161 const std::vector<Output>& inputs, in AddWhileGradientLoop()
162 std::vector<Output>* outputs) { in AddWhileGradientLoop()
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop_test.cc79 Status LessThanTenCond(const Scope& s, const std::vector<Output>& inputs, in LessThanTenCond()
85 Status AddOneBody(const Scope& s, const std::vector<Output>& inputs, in AddOneBody()
119 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
134 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
144 [](const Scope& s, const std::vector<Output>& inputs, Output* output) { in TEST_F()
168 [](const Scope& s, const std::vector<Output>& inputs, in TEST_F()
179 [](const Scope& s, const std::vector<Output>& inputs, in TEST_F()
194 [](const Scope& s, const std::vector<Output>& inputs, in TEST_F()
195 std::vector<Output>* outputs) { return s.status(); }, in TEST_F()
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtraining_loop.py29 def while_loop(condition, body, inputs=None, infeed_queue=None, name=None): argument
94 def condition_wrapper(*inputs):
100 def body_wrapper(*inputs):
172 def repeat(n, body, inputs=None, infeed_queue=None, name=None): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py78 def avg_pool2d(inputs, argument
127 def avg_pool3d(inputs, argument
175 def _fused_batch_norm(inputs, argument
430 def batch_norm(inputs, argument
841 def bias_add(inputs, argument
918 def convolution(inputs, argument
1072 inputs, argument
1178 inputs, argument
1294 inputs, argument
1430 def dropout(inputs, argument
[all …]
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
Dresnet_v1.py75 def bottleneck(inputs, argument
128 def resnet_v1(inputs, argument
251 def resnet_v1_50(inputs, argument
277 def resnet_v1_101(inputs, argument
303 def resnet_v1_152(inputs, argument
329 def resnet_v1_200(inputs, argument
Dresnet_v2.py69 def bottleneck(inputs, argument
130 def resnet_v2(inputs, argument
264 def resnet_v2_50(inputs, argument
290 def resnet_v2_101(inputs, argument
316 def resnet_v2_152(inputs, argument
342 def resnet_v2_200(inputs, argument
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dclustering_ops.py63 inputs, argument
155 def _distance_graph(cls, inputs, clusters, distance_metric): argument
178 def _compute_euclidean_distance(cls, inputs, clusters): argument
205 def _compute_cosine_distance(cls, inputs, clusters, inputs_normalized=True): argument
230 def _infer_graph(self, inputs, clusters): argument
322 def _l2_normalize_data(cls, inputs): argument
438 def _mini_batch_training_op(self, inputs, cluster_idx_list, cluster_centers, argument
504 def _full_batch_training_op(self, inputs, num_clusters, cluster_idx_list, argument
564 def __init__(self, inputs, num_clusters, initial_clusters, distance_metric, argument
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1599 def _transform_feature(self, inputs): argument
1663 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1752 inputs, argument
2050 def _transform_feature(self, inputs): argument
2064 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
2099 def _transform_feature(self, inputs): argument
2110 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
2125 def _get_sparse_tensors(self, inputs, weight_collections=None, argument
2172 def _transform_feature(self, inputs): argument
2181 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
[all …]
/external/tensorflow/tensorflow/contrib/crf/python/ops/
Dcrf.py73 def crf_sequence_score(inputs, tag_indices, sequence_lengths, argument
112 def crf_log_norm(inputs, sequence_lengths, transition_params): argument
155 def crf_log_likelihood(inputs, argument
190 def crf_unary_score(tag_indices, sequence_lengths, inputs): argument
287 def __call__(self, inputs, state, scope=None): argument
373 def __call__(self, inputs, state, scope=None): argument
420 def __call__(self, inputs, state, scope=None): argument
/external/tensorflow/tensorflow/python/ops/
Daccumulate_n_benchmark.py41 def _AccumulateNTemplate(self, inputs, init, shape, validate_shape): argument
53 def _AccumulateNInitializedWithFirst(self, inputs): argument
60 def _AccumulateNInitializedWithMerge(self, inputs): argument
67 def _AccumulateNInitializedWithShape(self, inputs): argument
98 def _SetupAndRunBenchmark(self, graph, inputs, repeats, format_args): argument
Dctc_ops.py33 def ctc_loss(labels, inputs, sequence_length, argument
191 def ctc_greedy_decoder(inputs, sequence_length, merge_repeated=True): argument
235 def ctc_beam_search_decoder(inputs, sequence_length, beam_width=100, argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dmodel_subclassing_test.py54 def call(self, inputs): argument
79 def call(self, inputs): argument
104 def call(self, inputs): argument
132 def call(self, inputs): argument
155 def call(self, inputs): argument
318 def call(self, inputs): argument
349 def call(self, inputs): argument
574 def call(self, inputs, training=False): argument
/external/tensorflow/tensorflow/contrib/quantize/python/
Dquant_ops.py33 def FixedQuantize(inputs, init_min=-6.0, init_max=6.0, scope=None): argument
50 def LastValueQuantize(inputs, argument
161 def MovingAvgQuantize(inputs, argument
274 def _FakeQuantWithMinMaxVars(inputs, min_var, max_var, per_channel, num_bits, argument

12345678910>>...30