Home
last modified time | relevance | path

Searched refs:output_handle (Results 1 – 18 of 18) sorted by relevance

/external/libbrillo/brillo/
Dprocess.cc270 int output_handle = HANDLE_EINTR(open( in Start() local
273 if (output_handle < 0) { in Start()
278 HANDLE_EINTR(dup2(output_handle, STDOUT_FILENO)); in Start()
279 HANDLE_EINTR(dup2(output_handle, STDERR_FILENO)); in Start()
282 if (output_handle != STDOUT_FILENO && output_handle != STDERR_FILENO) { in Start()
283 IGNORE_EINTR(close(output_handle)); in Start()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc286 auto output_handle = xla::Call(b, *result.computation, handles); in CompileFunctionalNode() local
295 i, xla::GetTupleElement(output_handle, computation_output)); in CompileFunctionalNode()
301 n->name(), xla::GetTupleElement(output_handle, computation_output))); in CompileFunctionalNode()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc228 xla::XlaOp output_handle = xla::GetTupleElement(outputs, i); in Compile() local
231 auto shape_or = b->GetShape(output_handle); in Compile()
239 ctx->SetOutput(i, output_handle); in Compile()
Dcase_op.cc240 xla::XlaOp output_handle = xla::GetTupleElement(outputs, i); in Compile() local
243 auto shape_or = b->GetShape(output_handle); in Compile()
251 ctx->SetOutput(i, output_handle); in Compile()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorListFromTensor.pbtxt8 output_handle: The list.
Dapi_def_TensorListScatterIntoExistingList.pbtxt11 output_handle: The TensorList.
Dapi_def_TensorSetItem.pbtxt8 output_handle: the new list, with the element in the proper position
Dapi_def_TensorListScatter.pbtxt12 output_handle: The TensorList.
Dapi_def_TensorListSplit.pbtxt11 output_handle: The list.
Dapi_def_TensorListPushBack.pbtxt7 output_handle: A list with the elements of the old list followed by tensor.
Dapi_def_TensorListScatterV2.pbtxt15 output_handle: The TensorList.
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc304 auto output_handle = tensor_array_output_handle->flat<string>(); in CreateTensorArray() local
305 output_handle(0) = "_tensor_array_grads"; in CreateTensorArray()
306 output_handle(1) = strings::StrCat(tensor_array_name, "@", source_); in CreateTensorArray()
354 const auto key = strings::StrCat(output_handle(0), output_handle(1)); in CreateTensorArray()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2238 TFE_TensorHandle* output_handle; local
2239 TFE_Execute(op, &output_handle, &num_retvals, status);
2244 output->reset(EagerTensorFromHandle(output_handle));
2281 tensorflow::Safe_PyObjectPtr* output_handle, argument
2289 output_handle->reset(input);
2292 return ReadVariableOp(op_exec_info, input, output_handle, status);
2344 output_handle->reset(EagerTensorFromHandle(handle.release()));
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc592 {sub_0.output_handle.op(), sub_1.output_handle.op()}), in TEST()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go17928 …ut, indices tf.Output, element_shape tf.Output, num_elements tf.Output) (output_handle tf.Output) {
24090 …andle tf.Output, element_shape tf.Output, element_dtype tf.DataType) (output_handle tf.Output, ten…
26088 func TensorListFromTensor(scope *Scope, tensor tf.Output, element_shape tf.Output) (output_handle t…
29504 func TensorListPushBack(scope *Scope, input_handle tf.Output, tensor tf.Output) (output_handle tf.O…
33848 …pe *Scope, input_handle tf.Output, tensor tf.Output, indices tf.Output) (output_handle tf.Output) {
34899 …e *Scope, tensor tf.Output, element_shape tf.Output, lengths tf.Output) (output_handle tf.Output) {
35039 func TensorListResize(scope *Scope, input_handle tf.Output, size tf.Output) (output_handle tf.Outpu…
35155 …(scope *Scope, input_handle tf.Output, index tf.Output, item tf.Output) (output_handle tf.Output) {
35179 …e *Scope, tensor tf.Output, indices tf.Output, element_shape tf.Output) (output_handle tf.Output) {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt41485 name: "output_handle"
41571 name: "output_handle"
41594 name: "output_handle"
41661 name: "output_handle"
41681 name: "output_handle"
41714 name: "output_handle"
41741 name: "output_handle"
41774 name: "output_handle"
41797 name: "output_handle"
43426 name: "output_handle"
[all …]
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt84356 name: "output_handle"
84442 name: "output_handle"
84465 name: "output_handle"
84532 name: "output_handle"
84552 name: "output_handle"
84585 name: "output_handle"
84612 name: "output_handle"
84645 name: "output_handle"
84668 name: "output_handle"
87338 name: "output_handle"
[all …]
Dops_history.v1.pbtxt84983 name: "output_handle"
85069 name: "output_handle"
85092 name: "output_handle"
85159 name: "output_handle"
85179 name: "output_handle"
85212 name: "output_handle"
85239 name: "output_handle"
85272 name: "output_handle"
85295 name: "output_handle"
87965 name: "output_handle"
[all …]