Home
last modified time | relevance | path

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

/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/tensorflow/tensorflow/core/framework/
Dop_kernel.cc887 Status OpKernelContext::set_output(StringPiece name, const Tensor& tensor) { in set_output() function in tensorflow::OpKernelContext
894 Status OpKernelContext::set_output(StringPiece name, Tensor&& tensor) { in set_output() function in tensorflow::OpKernelContext
966 void OpKernelContext::set_output(int index, const Tensor& tensor) { in set_output() function in tensorflow::OpKernelContext
980 void OpKernelContext::set_output(int index, Tensor&& tensor) { in set_output() function in tensorflow::OpKernelContext
Dshape_inference.h316 void set_output(int idx, ShapeHandle shape) { outputs_.at(idx) = shape; } in set_output() function
Dshape_inference.cc118 Status InferenceContext::set_output(StringPiece output_name, in set_output() function in tensorflow::shape_inference::InferenceContext
/external/grpc-grpc/src/python/grpcio_tests/tests/
D_result.py196 def set_output(self, test, stdout, stderr): member in AugmentedResult
/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()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.cpp1157 void ShaderFromNirProcessor::set_output(unsigned pos, int sel) in set_output() function in r600::ShaderFromNirProcessor