/external/openscreen/cast/streaming/ |
D | compound_rtcp_builder_unittest.cc | 59 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/ |
D | pool-manager-impl.h | 162 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/ |
D | test_task_runner.cc | 53 void TestTaskRunner::RunUntilCheckpoint(const std::string& checkpoint, in RunUntilCheckpoint() 77 const std::string& checkpoint) { in CreateCheckpoint()
|
/external/federated-compute/fcp/aggregation/tensorflow/ |
D | tensorflow_checkpoint_builder_factory_test.cc | 57 absl::StatusOr<absl::Cord> checkpoint = builder->Build(); in TEST() local 106 absl::StatusOr<absl::Cord> checkpoint = builder->Build(); in TEST() local
|
D | tensorflow_checkpoint_parser_factory_test.cc | 40 absl::StatusOr<absl::Cord> checkpoint = ReadFileToCord(filename); in TEST() local
|
/external/libopus/dnn/torch/lpcnet/scripts/ |
D | update_checkpoints.py | 48 checkpoint = torch.load(args.checkpoint_file, map_location='cpu') variable
|
/external/libopus/dnn/torch/plc/ |
D | train_plc.py | 43 checkpoint = dict() variable 79 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
|
D | export_plc.py | 95 checkpoint = torch.load(args.checkpoint, map_location='cpu') variable
|
/external/rust/android-crates-io/crates/combine/src/stream/ |
D | position.rs | 25 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/ |
D | test_helper.cc | 172 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
|
D | android_test_utils.cc | 92 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/ |
D | train_fargan.py | 44 checkpoint = dict() variable 83 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
|
/external/libopus/dnn/torch/lossgen/ |
D | export_lossgen.py | 95 checkpoint = torch.load(args.checkpoint, map_location='cpu') variable
|
D | test_lossgen.py | 20 checkpoint = torch.load(args.model, map_location='cpu') variable
|
/external/libopus/dnn/torch/neural-pitch/ |
D | export_neuralpitch_weights.py | 107 checkpoint = torch.load(args.checkpoint, map_location='cpu') variable
|
D | training.py | 60 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable 158 checkpoint = { variable
|
/external/avb/tools/transparency/verify/internal/checkpoint/ |
D | checkpoint_test.go | 1 package checkpoint package
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util_test.cc | 25 namespace checkpoint { namespace
|
/external/libopus/dnn/torch/lpcnet/ |
D | test_lpcnet.py | 72 checkpoint = torch.load(checkpoint_file, map_location="cpu") variable
|
/external/executorch/examples/models/llama/ |
D | model.py | 269 def _transform_for_pre_quantization(self, checkpoint, model_args): argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | LostDebugLocObserver.cpp | 70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint() function in LostDebugLocObserver
|
/external/libopus/dnn/torch/osce/ |
D | test_model.py | 71 checkpoint = torch.load(checkpoint_file, map_location="cpu") variable
|
/external/libopus/dnn/torch/rdovae/ |
D | import_rdovae_weights.py | 84 checkpoint = dict() variable
|
D | train_rdovae.py | 76 checkpoint = dict() variable 125 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
|
/external/pytorch/torch/distributed/_composable/ |
D | checkpoint_activation.py | 33 def checkpoint(module: nn.Module, **kwargs) -> nn.Module: function
|