Home
last modified time | relevance | path

Searched defs:SetOutput (Results 1 – 12 of 12) 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::__anon19b382c70111::RaggedTensorToTensorOp
/external/pigweed/pw_log_basic/
Dlog_basic.cc158 void SetOutput(void (*log_output)(std::string_view log)) { in SetOutput() function
/external/webrtc/test/testsupport/
Dperf_test.cc80 void SetOutput(FILE* output) { in SetOutput() function in webrtc::test::__anon833400870111::PlottableCounterPrinter
145 void SetOutput(FILE* output) { in SetOutput() function in webrtc::test::__anon833400870111::ResultsLinePrinter
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc80 Generator& SetOutput(Section* section) { in SetOutput() function in tensorflow::__anon44af4f940111::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::__anoneda0ab6c0111::SimpleStepStatsCollector::SimpleNodeExecStats
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/
DFuzzerUnittest.cpp1328 TEST(FuzzerCommand, SetOutput) { in TEST() argument