Home
last modified time | relevance | path

Searched defs:checkpoint (Results 1 – 25 of 119) sorted by relevance

12345

/external/openscreen/cast/streaming/
Dcompound_rtcp_builder_unittest.cc59 const FrameId checkpoint = FrameId::first() + 42; in TEST_F() local
78 const FrameId checkpoint = FrameId::first() + 42; in TEST_F() local
136 FrameId checkpoint = FrameId::first(); in TEST_F() local
172 const FrameId checkpoint = FrameId::first() + 15; in TEST_F() local
221 const FrameId checkpoint = FrameId::first() + 22; in TEST_F() local
271 const FrameId checkpoint = FrameId::first(); in TEST_F() local
/external/vixl/src/
Dpool-manager-impl.h162 T PoolManager<T>::UpdateCheckpointForObject(T checkpoint, in UpdateCheckpointForObject()
176 static inline bool CheckCurrentPC(T pc, T checkpoint) { in CheckCurrentPC()
183 static inline bool CheckFuturePC(T pc, T checkpoint) { in CheckFuturePC()
260 T checkpoint = MaxCheckpoint<T>(); in MustEmit() local
318 T checkpoint = MaxCheckpoint<T>(); in RecalculateCheckpoint() local
/external/perfetto/src/base/test/
Dtest_task_runner.cc53 void TestTaskRunner::RunUntilCheckpoint(const std::string& checkpoint, in RunUntilCheckpoint()
77 const std::string& checkpoint) { in CreateCheckpoint()
/external/federated-compute/fcp/aggregation/tensorflow/
Dtensorflow_checkpoint_builder_factory_test.cc57 absl::StatusOr<absl::Cord> checkpoint = builder->Build(); in TEST() local
106 absl::StatusOr<absl::Cord> checkpoint = builder->Build(); in TEST() local
Dtensorflow_checkpoint_parser_factory_test.cc40 absl::StatusOr<absl::Cord> checkpoint = ReadFileToCord(filename); in TEST() local
/external/libopus/dnn/torch/lpcnet/scripts/
Dupdate_checkpoints.py48 checkpoint = torch.load(args.checkpoint_file, map_location='cpu') variable
/external/libopus/dnn/torch/plc/
Dtrain_plc.py43 checkpoint = dict() variable
79 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
Dexport_plc.py95 checkpoint = torch.load(args.checkpoint, map_location='cpu') variable
/external/rust/android-crates-io/crates/combine/src/stream/
Dposition.rs25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint() method
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() method
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() method
412 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
/external/perfetto/test/
Dtest_helper.cc172 auto checkpoint = CreateCheckpoint("attach." + key); in AttachConsumer() local
222 auto checkpoint = CreateCheckpoint(checkpoint_name); in FlushAndWait() local
291 auto checkpoint = CreateCheckpoint(checkpoint_name); in SyncAndWaitProducer() local
301 auto checkpoint = CreateCheckpoint(checkpoint_name); in QueryServiceStateAndWait() local
Dandroid_test_utils.cc92 const auto checkpoint = task_runner->CreateCheckpoint(checkpoint_name); in WaitForProcess() local
120 auto checkpoint = task_runner->CreateCheckpoint(checkpoint_name); in StopApp() local
/external/libopus/dnn/torch/fargan/
Dtrain_fargan.py44 checkpoint = dict() variable
83 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
/external/libopus/dnn/torch/lossgen/
Dexport_lossgen.py95 checkpoint = torch.load(args.checkpoint, map_location='cpu') variable
Dtest_lossgen.py20 checkpoint = torch.load(args.model, map_location='cpu') variable
/external/libopus/dnn/torch/neural-pitch/
Dexport_neuralpitch_weights.py107 checkpoint = torch.load(args.checkpoint, map_location='cpu') variable
Dtraining.py60 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
158 checkpoint = { variable
/external/avb/tools/transparency/verify/internal/checkpoint/
Dcheckpoint_test.go1 package checkpoint package
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util_test.cc25 namespace checkpoint { namespace
/external/libopus/dnn/torch/lpcnet/
Dtest_lpcnet.py72 checkpoint = torch.load(checkpoint_file, map_location="cpu") variable
/external/executorch/examples/models/llama/
Dmodel.py269 def _transform_for_pre_quantization(self, checkpoint, model_args): argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLostDebugLocObserver.cpp70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint() function in LostDebugLocObserver
/external/libopus/dnn/torch/osce/
Dtest_model.py71 checkpoint = torch.load(checkpoint_file, map_location="cpu") variable
/external/libopus/dnn/torch/rdovae/
Dimport_rdovae_weights.py84 checkpoint = dict() variable
Dtrain_rdovae.py76 checkpoint = dict() variable
125 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
/external/pytorch/torch/distributed/_composable/
Dcheckpoint_activation.py33 def checkpoint(module: nn.Module, **kwargs) -> nn.Module: function

12345