Home
last modified time | relevance | path

Searched refs:to_double (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Dclassifier_metrics_impl.py379 logits = math_ops.to_double(logits)
551 real_activations = math_ops.to_double(real_activations)
552 generated_activations = math_ops.to_double(generated_activations)
557 num_examples = math_ops.to_double(array_ops.shape(real_activations)[0])
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py2178 tp = math_ops.to_double(tp)
2182 weights = math_ops.to_double(weights)
2232 batch_total_tp = math_ops.to_double(math_ops.reduce_sum(tp))
2273 fn = math_ops.to_double(fn)
2277 weights = math_ops.to_double(weights)
2327 batch_total_fn = math_ops.to_double(math_ops.reduce_sum(fn))
2917 math_ops.to_double(tp_per_k),
2918 math_ops.to_double(retrieved_per_k),
2922 math_ops.to_double(relevant_per_k),
2931 num_relevant_items = math_ops.to_double(_num_relevant(labels, k))
[all …]
Dimage_ops_impl.py531 img_h = math_ops.to_double(img_shape[0])
532 img_w = math_ops.to_double(img_shape[1])
Dmath_ops.py837 def to_double(x, name="ToDouble"): function
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Darray_ops.md14 * @{tf.to_double}
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsdca_ops.py419 math_ops.reduce_sum(math_ops.to_double(values), 0))
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py3699 po_sum, pe_sum, total = (math_ops.to_double(po_sum),
3700 math_ops.to_double(pe_sum),
3701 math_ops.to_double(total))
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.pbtxt1996 name: "to_double"