HomeSort by relevance Sort by last modified time
    Searched refs:features_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_processing/vad/
voice_activity_detector.cc 58 audio_processing_.ExtractFeatures(resampled_ptr, length, &features_);
60 chunkwise_voice_probabilities_.resize(features_.num_frames);
61 chunkwise_rms_.resize(features_.num_frames);
62 std::copy(features_.rms, features_.rms + chunkwise_rms_.size(),
64 if (features_.num_frames > 0) {
65 if (features_.silence) {
78 features_, &chunkwise_voice_probabilities_[0]),
voice_activity_detector.h 65 AudioFeatures features_; member in class:webrtc::VoiceActivityDetector
  /art/compiler/optimizing/
intrinsics_arm_vixl.h 52 const ArmInstructionSetFeatures& features_; member in class:art::arm::FINAL
intrinsics_arm_vixl.cc 252 features_(codegen->GetInstructionSetFeatures()) {}
780 if (features_.HasARMv8AInstructions()) {
792 if (features_.HasARMv8AInstructions()) {
    [all...]
  /external/libtextclassifier/
cached-features.cc 76 cached_features->features_ = std::move(features);
144 features_->begin() + copy_span.first * NumFeaturesPerToken(),
145 features_->begin() + copy_span.second * NumFeaturesPerToken());
164 (*features_)[i * NumFeaturesPerToken() + j] / TokenSpanSize(bag_span);
cached-features.h 77 std::unique_ptr<std::vector<float>> features_; member in class:libtextclassifier2::CachedFeatures
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
candidate_graph_runner.h 67 std::unique_ptr<Tensor> features_; member in class:tensorflow::tensorforest::CandidateGraphRunner
candidate_graph_runner.cc 61 features_.reset(new Tensor(tensorflow::DT_INT32, TensorShape({feat_size})));
62 auto feat = features_->flat<int32>();
89 inputs.emplace_back(kFeaturesName, *features_);
  /frameworks/ml/nn/common/operations/
EmbeddingLookupTest.cpp 61 features_ = *it;
131 for (uint32_t k = 0; k < features_; k++) {
132 Value_[(i * columns_ + j) * features_ + k] = function(i, j, k);
144 uint32_t features_; member in class:android::nn::wrapper::EmbeddingLookupOpModel
HashtableLookupTest.cpp 63 features_ = *it_vs;
81 out_dim.push_back(features_);
144 for (uint32_t j = 0; j < features_; j++) {
145 Value_[i * features_ + j] = function(i, j);
156 uint32_t features_; member in class:android::nn::wrapper::HashtableLookupOpModel
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h 63 const string& features() const { return features_; }
72 const string features_; member in class:xla::cpu::CpuAotCompilationOptions
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.cpp 282 features_.declare_int16_type = true;
286 features_.declare_float16_type = true;
292 features_.declare_int16_type = true;
293 features_.declare_float16_type = true;
294 features_.free_fp_rounding_mode = true;
297 features_.variable_pointers = true;
298 features_.variable_pointers_storage_buffer = true;
301 features_.variable_pointers_storage_buffer = true;
validation_state.h 327 const Feature& features() const { return features_; }
418 Feature features_; member in class:libspirv::ValidationState_t
  /system/extras/simpleperf/
record_file_writer.cpp 375 auto it = features_.find(feature);
376 if (it == features_.end()) {
377 CHECK_LT(features_.size(), feature_count_);
378 auto& sec = features_[feature];
388 auto it = features_.find(feature);
389 if (it == features_.end()) {
401 // Used features (features_.size()) should be <= allocated feature space.
402 CHECK_LE(features_.size(), feature_count_);
407 for (const auto& pair : features_) {
425 for (const auto& pair : features_) {
    [all...]
record_file.h 92 std::map<int, PerfFileFormat::SectionDesc> features_; member in class:RecordFileWriter
  /system/core/adb/
transport.h 163 return features_;
195 FeatureSet features_; member in class:atransport
transport.cpp 909 return features_.count(feature) > 0;
913 features_ = StringToFeatureSet(features_string);
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 59 features_(InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg_)),
61 patcher_(RelativePatcher::Create(instruction_set, features_.get(), &method_offset_map_)),
274 std::unique_ptr<const InstructionSetFeatures> features_; member in class:art::linker::RelativePatcherTest
elf_builder.h 528 features_(features),
668 Elf_Ehdr elf_header = MakeElfHeader(isa_, features_);
1007 const InstructionSetFeatures* features_; member in class:art::linker::FINAL
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 81 lastValue_(), commentsBefore_(), features_(Features::all()),
86 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
114 if (!features_.allowComments_) {
135 if (features_.strictRoot_) {
200 if (features_.allowDroppedNullPlaceholders_) {
225 if (features_.allowComments_) {
423 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) {
  /external/jsoncpp/include/json/
reader.h 240 Features features_; member in class:Json::Reader
  /external/v8/src/compiler/
instruction-selector.h 146 return features_.Contains(feature);
400 Features features_; member in class:v8::internal::compiler::final
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 276 lastValue_(), commentsBefore_(), features_(Features::all()),
281 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
309 if (!features_.allowComments_) {
331 if (features_.strictRoot_) {
406 if (features_.allowDroppedNullPlaceholders_) {
432 if (features_.allowComments_) {
664 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) {
    [all...]
json.h 1489 Features features_; member in class:Json::Reader
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.hpp 290 const std::vector<std::string>& features_, member in struct:vkt::SpirVAssembly::InstanceContext

Completed in 357 milliseconds

1 2