Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator.h110 bool SetOutput(OpKernelContext* ctx) override { in SetOutput() function
Dsparse_conditional_accumulator.h323 bool SetOutput(OpKernelContext* ctx) override { in SetOutput() function
Dragged_tensor_to_tensor_op.cc472 void SetOutput(OpKernelContext* context, int ragged_rank, in SetOutput() function in tensorflow::__anonadd46db60111::RaggedTensorToTensorOp
/external/pigweed/pw_log_basic/
Dlog_basic.cc158 void SetOutput(void (*log_output)(std::string_view log)) { in SetOutput() function
/external/pigweed/pw_digital_io_linux/
Ddigital_io_cli.cc66 pw::Status SetOutput(LinuxDigitalIoChip& chip, in SetOutput() function
/external/webrtc/test/testsupport/
Dperf_test.cc80 void SetOutput(FILE* output) { in SetOutput() function in webrtc::test::__anon5bb8cef60111::PlottableCounterPrinter
145 void SetOutput(FILE* output) { in SetOutput() function in webrtc::test::__anon5bb8cef60111::ResultsLinePrinter
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc80 Generator& SetOutput(Section* section) { in SetOutput() function in tensorflow::__anon09f671c30111::Generator
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc161 void NodeExecStatsWrapper::SetOutput(int slot, const Tensor* tensor) { in SetOutput() function in tensorflow::NodeExecStatsWrapper
Dexecutor.cc118 void SetOutput(NodeExecStatsInterface* stats, int slot, const Tensor* v) { in SetOutput() function
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc525 void SetOutput(TfLiteContext* context, int ragged_rank, in SetOutput() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc669 void XlaOpKernelContext::SetOutput(int index, const xla::XlaOp& handle) { in SetOutput() function in tensorflow::XlaOpKernelContext
/external/tensorflow/tensorflow/core/data/
Dcaptured_function.cc100 void SetOutput(int slot, const Tensor* tensor) override {} in SetOutput() function in tensorflow::data::__anon4e7a77db0111::SimpleStepStatsCollector::SimpleNodeExecStats
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/
DFuzzerUnittest.cpp1328 TEST(FuzzerCommand, SetOutput) { in TEST() argument