Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc259 bool CoreAudioBase::IsInput() const { in IsInput() function in webrtc::webrtc_win::CoreAudioBase
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.cc341 bool GraphFloat32::IsInput(NodeId node, ValueId value) { in IsInput() function in tflite::gpu::GraphFloat32
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2309 std::string getReplacementName(Instruction *I, bool IsInput, unsigned o, in getReplacementName()