HomeSort by relevance Sort by last modified time
    Searched defs:Finalize (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /frameworks/compile/mclinker/lib/Core/
Environment.cpp 25 void mcld::Finalize() {
  /cts/suite/audio_quality/lib/src/
Settings.cpp 30 void Settings::Finalize()
Log.cpp 36 void Log::Finalize()
Report.cpp 34 void Report::Finalize()
  /external/tensorflow/tensorflow/stream_executor/
temporary_device_memory.cc 41 void TemporaryDeviceMemoryBase::Finalize() {
42 DCHECK(!IsFinalized()) << "should not finalize more than once";
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.cpp 45 void CBC_QRCoderErrorCorrectionLevel::Finalize() {
BC_QRCoderVersion.cpp 60 void CBC_QRCoderVersion::Finalize() {
  /external/perfetto/src/traced/probes/filesystem/
prefix_finder.cc 71 void PrefixFinder::Finalize() {
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_stream.h 86 QCHECK(!finalized_) << "Finalize() already called.";
101 QCHECK(!finalized_) << "Finalize() already called.";
112 QCHECK(!finalized_) << "Finalize() already called.";
121 void Finalize() {
123 QCHECK(!finalized_) << "Finalize() may only be called once.";
145 << "Finalize() must be called before generating quantiles.";
160 << "Finalize() must be called before generating boundaries.";
166 // summary is returned. Note that after Finalize is called, only the overall
170 QCHECK(level <= 0) << "Only overall error is available after Finalize()";
195 << "Finalize() must be called before requesting final summary."
    [all...]
  /external/tensorflow/tensorflow/core/graph/
node_builder.cc 102 Status NodeBuilder::Finalize(Graph* graph, Node** created_node) const {
110 TF_RETURN_IF_ERROR(def_builder_.Finalize(&node_def));
  /external/tensorflow/tensorflow/core/kernels/
cuda_device_array.h 36 // OP_REQUIRES_OK(ptrs.Finalize());
73 Status Finalize() {
97 // Ensure Finalize is called.
  /external/tensorflow/tensorflow/go/op/
scope.go 58 // Finalize returns the Graph on which this scope operates on and renders s
61 func (s *Scope) Finalize() (*tf.Graph, error) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
json_reporter.cc 112 void JSONReporter::Finalize() {
  /art/runtime/
barrier_test.cc 43 virtual void Finalize() {
102 void Finalize() {
thread_pool_test.cc 42 void Finalize() {
141 void Finalize() {
172 void Finalize() {
186 void Finalize() {
  /art/tools/
stream-trace-converter.py 157 def Finalize(self, header):
195 self.Finalize(header)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 335 /// Locals.Finalize;
362 /// You MUST call the Finalize method at the end of the routine to make
382 procedure Finalize;
930 procedure TLocalStorage.Finalize;
  /external/google-benchmark/src/
json_reporter.cc 145 void JSONReporter::Finalize() {
  /external/google-breakpad/src/common/
stabs_to_module.cc 94 f->size = 0; // We compute this in StabsToModule::Finalize().
126 line.size = 0; // We compute this in StabsToModule::Finalize().
155 void StabsToModule::Finalize() {
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 145 void JSONReporter::Finalize() {
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.cpp 40 void CBC_ReedSolomonGF256::Finalize() {
  /external/pdfium/fxbarcode/datamatrix/
BC_SymbolInfo.cpp 75 void CBC_SymbolInfo::Finalize() {
  /external/skia/src/core/
SkFlattenable.cpp 78 void SkFlattenable::Finalize() {
  /external/skqp/src/core/
SkFlattenable.cpp 78 void SkFlattenable::Finalize() {
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder.cc 262 void RangeEncoder::Finalize(string* sink) {
263 // Finalize the encode by writing out any number in the interval

Completed in 898 milliseconds

1 2 3 4