Home
last modified time | relevance | path

Searched defs:set_output (Results 1 – 16 of 16) sorted by relevance

/external/pytorch/.github/scripts/
Dparse_ref.py7 def set_output(name: str, val: str) -> None: function
Dget_workflow_job_id.py138 def set_output(name: str, val: Any) -> None: function
Dfilter_test_configs.py456 def set_output(name: str, val: Any) -> None: function
/external/executorch/.ci/scripts/
Dgather_test_models.py72 def set_output(name: str, val: Any) -> None: function
/external/autotest/client/common_lib/cros/
Dinteractive_xmlrpc_server.py48 def set_output(self, html): member in InteractiveXmlRpcDelegate
/external/autotest/server/cros/
Dinteractive_client.py53 def set_output(self, html): member in InteractiveClient
/external/executorch/extension/module/
Dmodule.cpp223 runtime::Error Module::set_output( in set_output() function in executorch::extension::Module
/external/rust/android-crates-io/crates/uefi/src/helpers/
Dlogger.rs123 pub unsafe fn set_output(&self, output: *mut Output) { in set_output() method
/external/executorch/backends/vulkan/test/op_tests/utils/
Dgen_computegraph.py447 def set_output(self, ref: ValueRefList, include_declarations: bool = True) -> str: member in ComputeGraphGen
/external/grpc-grpc/src/python/grpcio_tests/tests/
D_result.py211 def set_output(self, test, stdout, stderr): member in AugmentedResult
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc898 Status OpKernelContext::set_output(StringPiece name, const Tensor& tensor) { in set_output() function in tensorflow::OpKernelContext
905 Status OpKernelContext::set_output(StringPiece name, Tensor&& tensor) { in set_output() function in tensorflow::OpKernelContext
977 void OpKernelContext::set_output(int index, const Tensor& tensor) { in set_output() function in tensorflow::OpKernelContext
991 void OpKernelContext::set_output(int index, Tensor&& tensor) { in set_output() function in tensorflow::OpKernelContext
Dshape_inference.h392 void set_output(int idx, ShapeHandle shape) { outputs_.at(idx) = shape; } in set_output() function
Dshape_inference.cc119 Status InferenceContext::set_output(StringPiece output_name, in set_output() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dtfrt_op_kernel.cc149 void TFRTOpKernelContext::set_output(int index, const Tensor& tensor) { in set_output() function in tensorflow::TFRTOpKernelContext
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc430 const SetInputFn& set_input, const SetOutputFn& set_output, in FuseFunctions()
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc91 Status SetupFlowControlInputs(OpKernelContext* ctx, bool set_output) { in SetupFlowControlInputs()