Home
last modified time | relevance | path

Searched refs:batched (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dinput_test.py478 batched = inp.batch(
485 batched_fetch = [batched["c"], batched["s"], batched["S"]]
487 batched = inp.batch(
489 batched_fetch = batched
527 batched = inp.batch([values], batch_size=2)
531 self.evaluate(batched)
539 batched = inp.batch([values], batch_size=2)
543 self.evaluate(batched)
561 batched = inp.batch(
566 results = self.evaluate(batched)
[all …]
/external/tensorflow/tensorflow/contrib/batching/python/ops/
Dbatch_ops_test.py48 batched, index, _ = batch_ops.batch(
56 sess.run([batched, index], feed_dict={inp: [1]}))
60 main_results = sess.run([batched, index], feed_dict={inp: [2]})
88 batched, index, _ = batch_ops.batch(
97 sess.run([batched, index], feed_dict={inp: [1, 3]}))
101 main_results = sess.run([batched, index], feed_dict={inp: [2, 4]})
119 batched, _, _ = batch_ops.batch(
130 sess.run([batched], feed_dict={inp0: [1],
135 main_results = sess.run([batched], feed_dict={inp0: [2], inp1: [3]})
158 batched, index, _ = batch_ops.batch(
[all …]
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsampling_ops.py104 batched = input_ops.batch(
110 tensor_list = [array_ops.squeeze(x, [0]) for x in batched]
241 batched = input_ops.batch(
247 val_list = [array_ops.squeeze(x, [0]) for x in batched[:-1]]
248 label = array_ops.squeeze(batched[-1], [0])
253 batched = input_ops.maybe_batch(
258 return batched[:-1], batched[-1]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixDiagPart.pbtxt16 summary: "Returns the batched diagonal part of a batched tensor."
19 of the batched `input`. The `diagonal` part is computed as follows:
Dapi_def_BatchFunction.pbtxt6 The tensors to be batched.
13 to be batched.
74 the types of tensors to be batched.
117 Assumes that all arguments of the function are Tensors which will be batched
120 Arguments that are captured, are not batched. The session.run call which does
Dapi_def_Batch.pbtxt9 All Tensors in in_tensors are batched together (so, for example, labels and
10 features should be batched with a single instance of this operation.
22 in_tensors: The tensors to be batched.
40 T: the types of tensors to be batched.
Dapi_def_MatrixDiag.pbtxt15 summary: "Returns a batched diagonal tensor with a given batched diagonal values."
Dapi_def_MatrixSetDiag.pbtxt21 summary: "Returns a batched matrix tensor with new batched diagonal values."
Dapi_def_Rpc.pbtxt95 from regular batched tensors using the `encode_proto` op, and convert
96 the response `MyResponseProto` serialized protos to batched tensors
Dapi_def_TryRpc.pbtxt108 from regular batched tensors using the `encode_proto` op, and convert
109 the response `MyResponseProto` serialized protos to batched tensors
Dapi_def_UnbatchGrad.pbtxt14 batched_grad: The return value, either an empty tensor or the batched gradient.
Dapi_def_Unbatch.pbtxt18 batched input tensor associated with a given invocation of the op.
Dapi_def_SparseSoftmax.pbtxt28 summary: "Applies softmax to a batched N-D `SparseTensor`."
/external/libaom/libaom/common/
Drawenc.c18 static const uint8_t batched[BATCH_SIZE] = { 128, 128, 128, 128, variable
43 const uint8_t *b = batched; in write_greyscale()
57 writer_func(file_or_md5, batched, sizeof(uint8_t), 1); in write_greyscale()
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp544 ResultStats batched = calculateStats(m_batchedResults); in logAndSetTestResult() local
552 log << TestLog::Message << "Batched mean: " << batched.mean << TestLog::EndMessage; in logAndSetTestResult()
553 log << TestLog::Message << "Batched median: " << batched.median << TestLog::EndMessage; in logAndSetTestResult()
554 …log << TestLog::Message << "Batched variance: " << batched.variance << TestLog::EndMessag… in logAndSetTestResult()
555 log << TestLog::Message << "Batched min: " << batched.min << TestLog::EndMessage; in logAndSetTestResult()
556 log << TestLog::Message << "Batched max: " << batched.max << TestLog::EndMessage; in logAndSetTestResult()
558 …log << TestLog::Message << "Batched/Interleaved mean ratio: " << (interleaved.mean/batched.mean) … in logAndSetTestResult()
559 …log << TestLog::Message << "Batched/Interleaved median ratio: " << (interleaved.median/batched.med… in logAndSetTestResult()
561 …ST_RESULT_PASS, de::floatToString((float)(((double)interleaved.median) / batched.median), 2).c_str… in logAndSetTestResult()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dget_single_element_test.py68 batched = ds.batch(2)
69 element = get_single_element.get_single_element(batched)
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dmultinomial_op_test.py147 batched = (len(vec.shape) == 2)
148 return vec / vec.sum(axis=1, keepdims=True) if batched else vec / vec.sum()
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt47 include every .h file that it used. Now things are batched a little bit more
/external/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt47 include every .h file that it used. Now things are batched a little bit more
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt47 include every .h file that it used. Now things are batched a little bit more
/external/libjpeg-turbo/
DChangeLog.md1181 crop operations to be batched together, so the source coefficients only need to
/external/tensorflow/
DRELEASE.md1182 Direct batched convolution
/external/jline/src/src/test/resources/jline/example/
Denglish.gz