Home
last modified time | relevance | path

Searched defs:AddInput (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dop_builder.cc204 void OpBuilder::AddInput(const std::string& input_name) { in AddInput() function in tflite::delegates::coreml::OpBuilder
211 void OpBuilder::AddInput(const TensorID& input_id) { in AddInput() function in tflite::delegates::coreml::OpBuilder
215 void OpBuilder::AddInput(int tf_input_id) { in AddInput() function in tflite::delegates::coreml::OpBuilder
/aosp_15_r20/external/webrtc/modules/audio_processing/aec_dump/
H A Dcapture_stream_info.cc15 void CaptureStreamInfo::AddInput(const AudioFrameView<const float>& src) { in AddInput() function in webrtc::CaptureStreamInfo
35 void CaptureStreamInfo::AddInput(const int16_t* const data, in AddInput() function in webrtc::CaptureStreamInfo
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dcond_builder.cc73 Status CondBuilder::AddInput(const string& input_name, const DataType& type, in AddInput() function in tensorflow::CondBuilder
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dops_testutil.h99 void AddInput(const TensorShape& shape, std::function<T(int)> input_mapping) { in AddInput() function
H A Dops_testutil.cc227 Tensor* OpsTestBase::AddInput(DataType dtype, const TensorShape& shape) { in AddInput() function in tensorflow::OpsTestBase
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dobject_reader.cc171 absl::Status ObjectReader::AddInput(const Node* node, uint32_t idx) { in AddInput() function in tflite::gpu::ObjectReader
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlower_case_op.cc146 Status CaseBuilder::AddInput(Node* src, int src_output) { in AddInput() function in tensorflow::__anon70a7c7340111::CaseBuilder
H A Dlower_if_op.cc179 Status CondBuilder::AddInput(Node* src, int src_output) { in AddInput() function in tensorflow::__anon883a10870111::CondBuilder
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Drequest_tracker_test.cpp83 TEST_F(RequestTrackerTest, AddInput) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_builder.cc173 void NodeDefBuilder::AddInput(StringPiece src_node, int src_index) { in AddInput() function in tensorflow::NodeDefBuilder
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DSVDFTest.cpp186 #define AddInput(X) \ in SVDFOpModel() macro
DLayerNormLSTMTest.cpp106 #define AddInput(X) \ in LayerNormLSTMOpModel() macro
DLSTMTest.cpp99 #define AddInput(X) \ in LSTMOpModel() macro
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/tape/
H A Dtape_operation.cc53 Status TapeOperation::AddInput(AbstractTensorHandle* input) { in AddInput() function in tensorflow::gradients::TapeOperation
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.h132 void AddInput(const TensorID& tensor_id) { input_ids_.push_back(tensor_id); } in AddInput() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.cc84 int SingleOpModel::AddInput(const TensorData& t) { in AddInput() function in tflite::SingleOpModel
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_operation.cc267 Status EagerOperation::AddInput(AbstractTensorHandle* input) { in AddInput() function in tensorflow::EagerOperation
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_graph.cc135 Status AddInput(AbstractTensorHandle* input) override { in AddInput() function in tensorflow::tracing::graph::GraphOperation
H A Dgradients.cc308 Status AddInput(AbstractOperation* op_, AbstractTensorHandle* input, in AddInput() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops_test.cc86 ops::Placeholder AddInput(Scope scope, int input_idx, in AddInput() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
H A Dc_api_unified_experimental_mlir.cc574 Status MlirAbstractOp::AddInput(AbstractTensorHandle* input) { in AddInput() function in mlir::TF::__anon3eda563f0111::MlirAbstractOp
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
H A Dop_handler_selector_test.cc190 Status AddInput(AbstractTensorHandle* input) override { in AddInput() function in tfrt::tf::__anon6788e1330111::FakeOperation
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc734 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() function
H A Dgraph_partition.cc162 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h345 void AddInput(const string& input, int64_t output_index, int input_idx) { in AddInput() function

12