Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A 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
/aosp_15_r20/external/webrtc/modules/audio_processing/aec_dump/
H A Dcapture_stream_info.cc25 void CaptureStreamInfo::AddOutput(const AudioFrameView<const float>& src) { in AddOutput() function in webrtc::CaptureStreamInfo
43 void CaptureStreamInfo::AddOutput(const int16_t* const data, in AddOutput() function in webrtc::CaptureStreamInfo
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dop_builder.cc219 TensorID OpBuilder::AddOutput() { in AddOutput() function in tflite::delegates::coreml::OpBuilder
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dobject_reader.cc151 absl::Status ObjectReader::AddOutput(const Node* node, int id) { in AddOutput() function in tflite::gpu::ObjectReader
H A Dmodel.cc474 absl::Status AddOutput(GraphFloat32* graph, const Node* from_node, in AddOutput() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dop_converter.h175 void AddOutput(const TRT_TensorOrWeights& out) { in AddOutput() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.h189 void AddOutput(const string& node_name, const string& output_name) { in AddOutput() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DSVDFTest.cpp207 #define AddOutput(X) \ in SVDFOpModel() macro
DLayerNormLSTMTest.cpp136 #define AddOutput(X) \ in LayerNormLSTMOpModel() macro
DLSTMTest.cpp126 #define AddOutput(X) \ in LSTMOpModel() macro
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.cc130 int SingleOpModel::AddOutput(const TensorData& t) { in AddOutput() function in tflite::SingleOpModel
/aosp_15_r20/build/soong/ui/status/
H A Dstatus.go241 func (s *Status) AddOutput(output StatusOutput) { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops_test.cc117 Output AddOutput(Scope scope, Output input, int idx, bool add_qdq) { in AddOutput() function