Home
last modified time | relevance | path

Searched refs:algorithm_ (Results 1 – 20 of 20) sorted by relevance

/external/cronet/crypto/
Dsecure_hash_unittest.cc23 : algorithm_(GetParam().first), hash_length_(GetParam().second) {} in SecureHashTest()
26 crypto::SecureHash::Algorithm algorithm_; member in SecureHashTest
34 switch (algorithm_) { in TEST_P()
59 crypto::SecureHash::Create(algorithm_)); in TEST_P()
75 switch (algorithm_) { in TEST_P()
109 crypto::SecureHash::Create(algorithm_)); in TEST_P()
135 crypto::SecureHash::Create(algorithm_)); in TEST_P()
148 crypto::SecureHash::Create(algorithm_)); in TEST_P()
155 crypto::SecureHash::Create(algorithm_)); in TEST_P()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.h66 return (algorithm_ != BiasAddGradGPUMode::kInvalid && in is_valid()
69 BiasAddGradGPUMode algorithm() const { return algorithm_; } in algorithm()
70 void set_algorithm(BiasAddGradGPUMode val) { algorithm_ = val; } in set_algorithm()
75 BiasAddGradGPUMode algorithm_ = BiasAddGradGPUMode::kInvalid;
/external/tensorflow/tensorflow/core/kernels/data/
Dmodel_dataset_op.cc62 algorithm_(algorithm), in Dataset()
109 b->BuildAttrValue(static_cast<int64_t>(algorithm_), &algorithm_attr); in AsGraphDefInternal()
192 model_->OptimizeLoop(dataset()->algorithm_, cpu_budget_, in EnsureOptimizationLoopThreadStarted()
214 const model::AutotuneAlgorithm algorithm_; member in tensorflow::data::ModelDatasetOp::Dataset
238 algorithm_ = model::AutotuneAlgorithm(algorithm); in ModelDatasetOp()
240 algorithm_ = model::AutotuneAlgorithm::HILL_CLIMB; in ModelDatasetOp()
258 *output = new ModelDatasetOp::Dataset(ctx, input, algorithm_, cpu_budget_, in MakeDataset()
Dmodel_dataset_op.h53 model::AutotuneAlgorithm algorithm_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcublas_lt_matmul_thunk.cc45 if (!algorithm_) { in ExecuteOnStream()
50 algorithm_ = algorithms[algorithm_idx_]; in ExecuteOnStream()
66 allocs.GetDeviceAddress(d_buffer_), bias, *algorithm_, scratch_allocator); in ExecuteOnStream()
Dcublas_lt_matmul_thunk.h50 std::optional<se::cuda::BlasLt::MatmulAlgorithm> algorithm_; variable
/external/cronet/net/http/
Dhttp_auth_handler_digest.cc204 algorithm_ = ALGORITHM_UNSPECIFIED; in ParseChallenge()
253 algorithm_ = ALGORITHM_MD5; in ParseChallengeProperty()
255 algorithm_ = ALGORITHM_MD5_SESS; in ParseChallengeProperty()
341 if (algorithm_ == HttpAuthHandlerDigest::ALGORITHM_MD5_SESS) in AssembleResponseDigest()
373 if (algorithm_ != ALGORITHM_UNSPECIFIED) { in AssembleCredentials()
374 authorization += ", algorithm=" + AlgorithmToString(algorithm_); in AssembleCredentials()
Dhttp_auth_handler_digest.h181 DigestAlgorithm algorithm_ = ALGORITHM_UNSPECIFIED; variable
Dhttp_auth_handler_digest_unittest.cc389 EXPECT_EQ(test.parsed_algorithm, digest->algorithm_); in TEST()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/message_compress/
Dmessage_decompress_filter.cc117 grpc_message_compression_algorithm algorithm_ = GRPC_MESSAGE_COMPRESS_NONE; member in grpc_core::__anonb96fccf50111::CallData
158 calld->algorithm_ = DecodeMessageCompressionAlgorithm(grpc_encoding->md); in OnRecvInitialMetadataReady()
187 if (calld->algorithm_ != GRPC_MESSAGE_COMPRESS_NONE) { in OnRecvMessageReady()
260 if (grpc_msg_decompress(algorithm_, &recv_slices_, &decompressed_slices) == in FinishRecvMessage()
266 algorithm_) in FinishRecvMessage()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h837 return algorithm_.has_value() && in is_valid()
841 AlgorithmDesc algorithm() const { return *algorithm_; } in algorithm()
842 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } in set_algorithm()
851 std::optional<AlgorithmDesc> algorithm_;
927 explicit AlgorithmConfig(AlgorithmDesc algorithm) : algorithm_(algorithm) {} in AlgorithmConfig()
929 : algorithm_(algorithm), scratch_size_(scratch_size) {} in AlgorithmConfig()
931 : algorithm_(algorithm), algorithm_no_scratch_(algorithm_no_scratch) {} in AlgorithmConfig()
934 : algorithm_(algorithm), in AlgorithmConfig()
942 algorithm_ = AlgorithmDesc(algorithm_proto); in AlgorithmConfig()
955 std::optional<AlgorithmDesc> algorithm() const { return algorithm_; } in algorithm()
[all …]
Dblas.h156 AlgorithmType algorithm() const { return algorithm_; } in algorithm()
157 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
163 AlgorithmType algorithm_ = kDefaultAlgorithm; variable
169 AlgorithmConfig() : algorithm_(kDefaultAlgorithm) {} in AlgorithmConfig()
170 explicit AlgorithmConfig(AlgorithmType algorithm) : algorithm_(algorithm) {} in AlgorithmConfig()
171 AlgorithmType algorithm() const { return algorithm_; } in algorithm()
172 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
174 return this->algorithm_ == other.algorithm_;
182 AlgorithmType algorithm_;
Dblas.cc72 return absl::StrCat(algorithm_); in ToString()
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc345 algorithm_(std::move(algorithm)), in HeapSimulator()
378 algorithm_->Alloc(buffer, size); in Alloc()
391 algorithm_->Free(buffer, size); in Free()
403 algorithm_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
410 Result<HloValue> result = algorithm_->Finish(); in Finish()
Dhlo_memory_scheduler.h160 ModuleSchedulerAlgorithm algorithm_; variable
Dhlo_memory_scheduler.cc761 : size_function_(size_function), algorithm_(algorithm) {} in HloMemoryScheduler()
768 ScheduleModule(module, size_function_, algorithm_, execution_threads)); in Run()
Dheap_simulator.h219 const std::unique_ptr<HeapAlgorithm<HloValue>> algorithm_; variable
Dhlo_instructions.h2429 RandomAlgorithm algorithm() const { return algorithm_; } in algorithm()
2447 RandomAlgorithm algorithm_; variable
Dhlo_instructions.cc3498 algorithm_(algorithm) { in HloRngBitGeneratorInstruction()
3504 proto.set_rng_algorithm(algorithm_); in ToProto()
3511 return {StrCat("algorithm=", RandomAlgorithmToString(algorithm_))}; in ExtraAttributesToStringImpl()
/external/pigweed/pw_kvs/
Dkey_value_store_binary_format_test.cc47 : ChecksumAlgorithm(as_bytes(span(&state_, 1))), algorithm_(algorithm) {} in ChecksumFunction()
52 state_ = algorithm_(data, state_); in Update()
57 State (&algorithm_)(span<const byte>, State); member in pw::kvs::__anon327329230111::ChecksumFunction