Home
last modified time | relevance | path

Searched defs:IsInput (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Dcore_audio_base_win.cc258 bool CoreAudioBase::IsInput() const { in IsInput() function in webrtc::webrtc_win::CoreAudioBase
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel.cc341 bool GraphFloat32::IsInput(NodeId node, ValueId value) { in IsInput() function in tflite::gpu::GraphFloat32
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h183 [[nodiscard]] constexpr bool IsInput() const { return access_ & kRegisterIsInput; } in IsInput() function
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2309 std::string getReplacementName(Instruction *I, bool IsInput, unsigned o, in getReplacementName()