HomeSort by relevance Sort by last modified time
    Searched refs:Computes (Results 1 - 16 of 16) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 46 /// Computes the number of bytes that would be needed to encode a
55 /// Computes the number of bytes that would be needed to encode a
64 /// Computes the number of bytes that would be needed to encode a
73 /// Computes the number of bytes that would be needed to encode an
82 /// Computes the number of bytes that would be needed to encode an
99 /// Computes the number of bytes that would be needed to encode a
108 /// Computes the number of bytes that would be needed to encode a
117 /// Computes the number of bytes that would be needed to encode a
126 /// Computes the number of bytes that would be needed to encode a
136 /// Computes the number of bytes that would be needed to encode a
    [all...]
  /external/llvm/bindings/go/llvm/
target.go 146 // Computes the size of a type in bytes for a target.
152 // Computes the storage size of a type in bytes for a target.
158 // Computes the ABI size of a type in bytes for a target.
164 // Computes the ABI alignment of a type in bytes for a target.
170 // Computes the call frame alignment of a type in bytes for a target.
176 // Computes the preferred alignment of a type in bytes for a target.
182 // Computes the preferred alignment of a global variable in bytes for a target.
188 // Computes the structure element that contains the byte offset for a target.
194 // Computes the byte offset of the indexed struct element for a target.
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 92 (** Computes the size of a type in bits for a target.
96 (** Computes the storage size of a type in bytes for a target.
100 (** Computes the ABI size of a type in bytes for a target.
104 (** Computes the ABI alignment of a type in bytes for a target.
108 (** Computes the call frame alignment of a type in bytes for a target.
112 (** Computes the preferred alignment of a type in bytes for a target.
116 (** Computes the preferred alignment of a global variable in bytes for
120 (** Computes the structure element that contains the byte offset for a target.
124 (** Computes the byte offset of the indexed struct element for a target.
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
target.go 146 // Computes the size of a type in bytes for a target.
152 // Computes the storage size of a type in bytes for a target.
158 // Computes the ABI size of a type in bytes for a target.
164 // Computes the ABI alignment of a type in bytes for a target.
170 // Computes the call frame alignment of a type in bytes for a target.
176 // Computes the preferred alignment of a type in bytes for a target.
182 // Computes the preferred alignment of a global variable in bytes for a target.
188 // Computes the structure element that contains the byte offset for a target.
194 // Computes the byte offset of the indexed struct element for a target.
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
llvm_target.mli 92 (** Computes the size of a type in bits for a target.
96 (** Computes the storage size of a type in bytes for a target.
100 (** Computes the ABI size of a type in bytes for a target.
104 (** Computes the ABI alignment of a type in bytes for a target.
108 (** Computes the call frame alignment of a type in bytes for a target.
112 (** Computes the preferred alignment of a type in bytes for a target.
116 (** Computes the preferred alignment of a global variable in bytes for
120 (** Computes the structure element that contains the byte offset for a target.
124 (** Computes the byte offset of the indexed struct element for a target.
  /external/tensorflow/tensorflow/python/keras/
losses.py 170 """Computes the mean of squares of errors between labels and predictions.
200 """Computes the mean of absolute difference between labels and predictions.
230 """Computes the mean absolute percentage error between `y_true` and `y_pred`.
260 """Computes the mean squared logarithmic error between `y_true` and `y_pred`.
290 """Computes the crossentropy loss between the labels and predictions.
339 """Computes the crossentropy loss between the labels and predictions.
394 """Computes the crossentropy loss between the labels and predictions.
445 """Computes the hinge loss between `y_true` and `y_pred`.
477 """Computes the squared hinge loss between `y_true` and `y_pred`.
510 """Computes the categorical hinge loss between `y_true` and `y_pred`
    [all...]
metrics.py 106 * `result()`: Computes and returns a value for the metric
160 """Accumulates statistics and then computes metric result value.
227 """Computes and returns the metric value tensor.
351 """Computes the (weighted) sum of the given values.
392 """Computes the (weighted) mean of the given values.
434 """Computes the mean relative error by normalizing with the given values.
738 """Computes how often targets are in the top `K` predictions.
771 """Computes how often integer targets are in the top `K` predictions.
    [all...]
  /external/speex/libspeexdsp/
echo_diagnostic.m 5 % Computes the full matrix inversion to cancel echo from the
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/utils/
losses.py 202 """Computes exponential loss given `logits`.
282 """Computes exponential loss given `logits`.
  /external/tensorflow/tensorflow/python/ops/
init_ops_v2.py 724 """Computes the number of input and output units for a weight shape.
init_ops.py     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]
  /external/v8/benchmarks/
base.js 147 // Computes the geometric mean of a set of numbers.
199 // Runs a single benchmark for at least a second and computes the
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 71 /// Computes the full name of a descriptor within this file, with an optional parent message.
  /external/v8/tools/
profile.js 679 * Computes total weights in the call graph.
779 * Computes node's total weight.
  /external/protobuf/js/
message.js 778 * Computes the selection in a oneof group for the given message, ensuring
    [all...]

Completed in 520 milliseconds