Home
last modified time | relevance | path

Searched defs:AddOutput (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_processing/aec_dump/
Dcapture_stream_info.cc33 void CaptureStreamInfo::AddOutput(const AudioFrameView<const float>& src) { in AddOutput() function in webrtc::CaptureStreamInfo
53 void CaptureStreamInfo::AddOutput(const int16_t* const data, in AddOutput() function in webrtc::CaptureStreamInfo
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc321 OpBuilder::TensorID OpBuilder::AddOutput(const TfLiteIntArray* dims, in AddOutput() function in tflite::delegates::hexagon::OpBuilder
341 OpBuilder::TensorID OpBuilder::AddOutput(int elementsize, int rank, in AddOutput() function in tflite::delegates::hexagon::OpBuilder
356 OpBuilder::TensorID OpBuilder::AddOutput( in AddOutput() function in tflite::delegates::hexagon::OpBuilder
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dop_builder.cc217 TensorID OpBuilder::AddOutput() { in AddOutput() function in tflite::delegates::coreml::OpBuilder
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dobject_reader.cc138 absl::Status ObjectReader::AddOutput(const Node* node, int id) { in AddOutput() function in tflite::gpu::ObjectReader
Dmodel.cc474 absl::Status AddOutput(GraphFloat32* graph, const Node* from_node, in AddOutput() function
/external/tensorflow/tensorflow/core/grappler/
Dutils.h189 void AddOutput(const string& node_name, const string& output_name) { in AddOutput() function
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc129 int SingleOpModel::AddOutput(const TensorData& t) { in AddOutput() function in tflite::SingleOpModel