Searched defs:IsInput (Results 1 – 4 of 4) sorted by relevance
258 bool CoreAudioBase::IsInput() const { in IsInput() function in webrtc::webrtc_win::CoreAudioBase
341 bool GraphFloat32::IsInput(NodeId node, ValueId value) { in IsInput() function in tflite::gpu::GraphFloat32
183 [[nodiscard]] constexpr bool IsInput() const { return access_ & kRegisterIsInput; } in IsInput() function
2309 std::string getReplacementName(Instruction *I, bool IsInput, unsigned o, in getReplacementName()