/external/libbrillo/brillo/ |
D | process.cc | 270 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/ |
D | graph_compiler.cc | 286 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/ |
D | if_op.cc | 228 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()
|
D | case_op.cc | 240 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/ |
D | api_def_TensorListFromTensor.pbtxt | 8 output_handle: The list.
|
D | api_def_TensorListScatterIntoExistingList.pbtxt | 11 output_handle: The TensorList.
|
D | api_def_TensorSetItem.pbtxt | 8 output_handle: the new list, with the element in the proper position
|
D | api_def_TensorListScatter.pbtxt | 12 output_handle: The TensorList.
|
D | api_def_TensorListSplit.pbtxt | 11 output_handle: The list.
|
D | api_def_TensorListPushBack.pbtxt | 7 output_handle: A list with the elements of the old list followed by tensor.
|
D | api_def_TensorListScatterV2.pbtxt | 15 output_handle: The TensorList.
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_array_ops.cc | 304 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/ |
D | pywrap_tfe_src.cc | 2238 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/ |
D | raw_api_test.cc | 592 {sub_0.output_handle.op(), sub_1.output_handle.op()}), in TEST()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 17928 …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/ |
D | ops.pbtxt | 41485 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/ |
D | ops_history.v2.pbtxt | 84356 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 …]
|
D | ops_history.v1.pbtxt | 84983 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 …]
|