HomeSort by relevance Sort by last modified time
    Searched refs:Initialize (Results 26 - 50 of 1541) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 22 void AVRTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM) {
23 Base::Initialize(Ctx, TM);
AVRTargetObjectFile.h 22 void Initialize(MCContext &ctx, const TargetMachine &TM) override;
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
batch_features_test.cc 35 EXPECT_DEATH(({ batch_features.Initialize({}, {}, {}, {}, {}, {}, {}); })
46 batch_features.Initialize({dense_vec}, {}, {}, {}, {}, {}, {}));
55 batch_features.Initialize({dense_vec}, {}, {}, {}, {}, {}, {}));
64 batch_features.Initialize({dense_vec}, {}, {}, {}, {}, {}, {}));
74 EXPECT_EQ(expected_error, batch_features.Initialize(
87 EXPECT_EQ(expected_error, batch_features.Initialize(
100 EXPECT_EQ(expected_error, batch_features.Initialize(
113 EXPECT_EQ(expected_error, batch_features.Initialize(
126 EXPECT_EQ(expected_error, batch_features.Initialize(
140 batch_features.Initialize(
    [all...]
  /bionic/libc/malloc_debug/
DebugData.cpp 38 bool DebugData::Initialize(const char* options) {
45 // Initialize all of the static header offsets.
54 // Initialize all of the non-header data.
63 if (!pointer->Initialize(config_)) {
70 if (!record->Initialize(config_)) {
  /external/tensorflow/tensorflow/core/kernels/
mfcc.cc 37 bool Mfcc::Initialize(int input_length, double input_sample_rate) {
38 bool initialized = mel_filterbank_.Initialize(
42 dct_.Initialize(filterbank_channel_count_, dct_coefficient_count_);
mfcc_dct.h 30 bool Initialize(int input_length, int coefficient_count);
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
gyro_offset_over_temp_cal.h 34 * Initialize --> CalibrationQualityLevel::UNDETERMINED
55 Initialize(gyro_cal_parameters, otc_parameters);
60 void Initialize(const GyroCalParameters& gyro_cal_parameters,
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/
mag_diverse_cal.h 34 * Initialize --> CalibrationQualityLevel::UNDETERMINED
54 Initialize(mag_cal_parameters, diversity_parameters);
58 void Initialize(const MagCalParameters& mag_cal_parameters,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp 24 void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
26 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
ARMTargetObjectFile.h 29 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
sequential_thunk.cc 27 tensorflow::Status SequentialThunk::Initialize(
30 TF_RETURN_IF_ERROR(thunk->Initialize(executable));
  /external/tensorflow/tensorflow/core/util/
reporter_test.cc 38 TF_EXPECT_OK(test_reporter.Initialize());
50 Status s = test_reporter.Initialize();
57 s = test_reporter_empty.Initialize();
73 TF_EXPECT_OK(test_reporter.Initialize());
78 Status s = test_reporter.Initialize();
86 TF_EXPECT_OK(test_reporter.Initialize());
90 Status s = test_reporter.Initialize(); // Try to reinitialize
98 TF_EXPECT_OK(test_reporter.Initialize());
  /external/webrtc/webrtc/test/
test_suite.cc 46 Initialize();
52 void TestSuite::Initialize() {
  /device/generic/goldfish/camera/
EmulatedQemuCamera.h 46 status_t Initialize(const char* device_name,
EmulatedQemuCamera2.cpp 50 status_t EmulatedQemuCamera2::Initialize()
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera.h 49 status_t Initialize(const cvd::CameraDefinition& params);
EmulatedQemuCamera.h 46 status_t Initialize(const char* device_name, const char* frame_dims,
EmulatedQemuCamera2.cpp 45 status_t EmulatedQemuCamera2::Initialize() { return NO_ERROR; }
  /external/libbrillo/brillo/glib/
abstract_dbus_service.h 22 virtual bool Initialize() = 0;
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.h 23 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
  /external/perfetto/src/base/
string_splitter.cc 29 // hence the +1 (which becomes just size() after the -1 in Initialize()).
30 Initialize(&str_[0], str_.size() + 1);
35 Initialize(str, size);
40 Initialize(outer->cur_token(), outer->cur_token_size() + 1);
43 void StringSplitter::Initialize(char* str, size_t size) {
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
beamformer.h 33 virtual void Initialize(int chunk_size_ms, int sample_rate_hz) = 0;
mock_nonlinear_beamformer.h 26 MOCK_METHOD2(Initialize, void(int chunk_size_ms, int sample_rate_hz));
  /frameworks/base/libs/androidfw/tests/
BenchMain.cpp 24 ::benchmark::Initialize(&argc, argv);
  /frameworks/base/libs/hwui/tests/microbench/
main.cpp 31 benchmark::Initialize(&argc, argv);

Completed in 1220 milliseconds

12 3 4 5 6 7 8 91011>>