Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc334 ResourcePtr GraphExecutorPy::GetResource(const std::string &phase) { in GetResource()
342 FuncGraphPtr GraphExecutorPy::GetFuncGraph(const std::string &phase) { in GetFuncGraph()
349 FuncGraphPtr GraphExecutorPy::GetGradGraph(const std::string &phase) { in GetGradGraph()
364 void GraphExecutorPy::SetGradGraph(const FuncGraphPtr &grad_graph, const std::string &phase) { in SetGradGraph()
381 compile::VmEvalFuncPtr GraphExecutorPy::GetVmEvalFunc(const std::string &phase) { in GetVmEvalFunc()
398 py::bytes GraphExecutorPy::GetFuncGraphProto(const std::string &phase, const std::string &ir_type) { in GetFuncGraphProto()
434 py::dict GraphExecutorPy::GetParameterLayout(const std::string &phase) { in GetParameterLayout()
441 py::dict GraphExecutorPy::GetCNodeStrategy(const std::string &phase) { in GetCNodeStrategy()
446 py::list GraphExecutorPy::GetParallelParameterNameList(const std::string &phase) { in GetParallelParameterNameList()
457 size_t GraphExecutorPy::GetNumOpsInfo(const std::string &phase) { in GetNumOpsInfo()
[all …]
Dpipeline_ge.cc50 void DoExecNonInputGraph(const std::string &phase) { in DoExecNonInputGraph()
114 const std::vector<int64_t> &input_indexes, const std::string &phase) { in InitExecDatasetGe()
178 const std::string &phase, const py::object &broadcast_params) { in AddDFGraph()
242 const std::string &phase, const py::object &broadcast_params) { in BuildDFGraph()
273 void RunGEInitGraph(const py::dict &init_params, const std::string &phase) { in RunGEInitGraph()
398 const std::string &phase) { in DoExecGraph()
445 …onst std::map<std::string, ExecutorInfoPtr> &info, const py::tuple &args, const std::string &phase, in ProcessGeArg()
478 const std::string &phase) { in ExecDFGraph()
520 void ExportDFGraph(const std::string &file_name, const std::string &phase) { in ExportDFGraph()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
D_kiss_fft_guts_s32.h137 # define KISS_FFT_S32_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
138 # define KISS_FFT_S32_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
141 # define KISS_FFT_S32_COS(phase) _mm_set1_ps( cos(phase) ) argument
142 # define KISS_FFT_S32_SIN(phase) _mm_set1_ps( sin(phase) ) argument
145 # define KISS_FFT_S32_COS(phase) (kiss_fft_s32_scalar) cos(phase) argument
146 # define KISS_FFT_S32_SIN(phase) (kiss_fft_s32_scalar) sin(phase) argument
150 #define kf_cexp(x,phase) \ argument
D_kiss_fft_guts_f64.h137 # define KISS_FFT_F64_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
138 # define KISS_FFT_F64_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
141 # define KISS_FFT_F64_COS(phase) _mm_set1_ps( cos(phase) ) argument
142 # define KISS_FFT_F64_SIN(phase) _mm_set1_ps( sin(phase) ) argument
145 # define KISS_FFT_F64_COS(phase) (kiss_fft_f64_scalar) cos(phase) argument
146 # define KISS_FFT_F64_SIN(phase) (kiss_fft_f64_scalar) sin(phase) argument
150 #define kf_cexp(x,phase) \ argument
D_kiss_fft_guts_s16.h137 # define KISS_FFT_S16_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
138 # define KISS_FFT_S16_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
141 # define KISS_FFT_S16_COS(phase) _mm_set1_ps( cos(phase) ) argument
142 # define KISS_FFT_S16_SIN(phase) _mm_set1_ps( sin(phase) ) argument
145 # define KISS_FFT_S16_COS(phase) (kiss_fft_s16_scalar) cos(phase) argument
146 # define KISS_FFT_S16_SIN(phase) (kiss_fft_s16_scalar) sin(phase) argument
150 #define kf_cexp(x,phase) \ argument
D_kiss_fft_guts_f32.h137 # define KISS_FFT_F32_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
138 # define KISS_FFT_F32_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
141 # define KISS_FFT_F32_COS(phase) _mm_set1_ps( cos(phase) ) argument
142 # define KISS_FFT_F32_SIN(phase) _mm_set1_ps( sin(phase) ) argument
145 # define KISS_FFT_F32_COS(phase) (kiss_fft_f32_scalar) cos(phase) argument
146 # define KISS_FFT_F32_SIN(phase) (kiss_fft_f32_scalar) sin(phase) argument
150 #define kf_cexp(x,phase) \ argument
/third_party/mindspore/mindspore/common/
Dapi.py414 def set_graph_phase(self, phase): argument
429 def parameter_broadcast(self, obj, phase, auto_parallel_mode): argument
471 input_indexs, phase='dataset'): argument
498 def _build_data_graph(self, obj, phase): argument
510 def compile(self, obj, *args, phase='predict', do_convert=True, auto_parallel_mode=False): argument
575 def _auto_parallel_process(self, obj, phase, is_sink_mode, auto_parallel_mode, *args): argument
596 def _update_param_node_default_input(self, phase, replace): argument
612 def has_compiled(self, phase='predict'): argument
624 def __call__(self, obj, *args, phase='predict'): argument
630 def _exec_pip(self, obj, *args, phase=''): argument
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DRoundedManchesterEncoder.h40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
/third_party/flutter/skia/tests/
DAsADashTest.cpp26 const SkScalar phase = 2.0; in DEF_TEST() local
36 const SkScalar phase = 2.0; in DEF_TEST() local
/third_party/skia/tests/
DAsADashTest.cpp26 const SkScalar phase = 2.0; in DEF_TEST() local
36 const SkScalar phase = 2.0; in DEF_TEST() local
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg_per_turn.hpp36 inline void apply(PieceCollection const& collection, int phase) in apply()
81 inline void apply(PieceCollection const& collection, int phase) in apply()
142 inline void apply(PieceCollection const& collection, int phase) in apply()
/third_party/openssl/util/
Dmkerr.pl29 sub phase subroutine
/third_party/node/src/tracing/
Dtrace_event.h175 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
223 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
239 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
253 phase, category_group, name, id, timestamp, flags, ...) \ argument
259 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
459 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEventImpl()
482 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEventWithTimestampImpl()
584 static inline uint64_t AddTraceEvent(char phase, in AddTraceEvent()
596 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEvent()
610 char phase, const uint8_t* category_group_enabled, const char* name, in AddTraceEvent()
[all …]
/third_party/flutter/skia/src/effects/
DSk1DPathEffect.cpp39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffect()
164 SkScalar phase = buffer.readScalar(); in CreateProc() local
208 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
DSkDashPathEffect.cpp19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase) in SkDashImpl()
376 const SkScalar phase = buffer.readScalar(); in CreateProc() local
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) { in Make()
/third_party/flutter/skia/samplecode/
DSamplePathEffects.cpp28 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) { in make_pe()
50 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) { in make_warp_pe()
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp()
54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
/third_party/skia/samplecode/
DSamplePathEffects.cpp28 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) { in make_pe()
50 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) { in make_warp_pe()
DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp()
54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop()
/third_party/alsa-lib/test/
Dpcm.c35 double phase = *_phase; in generate_sine() local
252 double phase = 0; in write_loop() local
300 double phase = 0; in write_and_poll_loop() local
387 double phase; member
598 double phase = 0; in direct_loop() local
684 double phase = 0; in direct_write_loop() local
/third_party/skia/src/effects/
DSkDashPathEffect.cpp19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase) in SkDashImpl()
376 const SkScalar phase = buffer.readScalar(); in CreateProc() local
393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) { in Make()
DSk1DPathEffect.cpp63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl()
111 SkScalar phase = buffer.readScalar(); in CreateProc() local
238 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
/third_party/flutter/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp27 phase = shutter_phase / 360, in Make() local
38 size_t samples, float phase, float dt) in MotionBlurEffect()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DSawtoothOscillator.cpp34 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local
DSineOscillator.cpp37 float phase = incrementPhase(frequencies[i]); // phase ranges from -1 to +1 in onProcess() local

12345678910