Home
last modified time | relevance | path

Searched refs:timeout_micros (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DUnbatch.pbtxt20 name: "timeout_micros"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DUnbatch.pbtxt20 name: "timeout_micros"
/external/tensorflow/tensorflow/python/ops/
Dbatch_ops_test.py198 timeout_micros=1000000, shared_name="unbatch")
255 timeout_micros=50,
550 timeout_micros = 10
551 result = batch_ops.unbatch(computation, index, id_t, timeout_micros,
561 timeout_micros,
/external/grpc-grpc/test/cpp/interop/
Distio_echo_server_lib.cc174 std::chrono::microseconds(request->timeout_micros() > 0 in ForwardEcho()
175 ? request->timeout_micros() in ForwardEcho()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Unbatch.pbtxt17 timeout_micros: Maximum amount of time (in microseconds) to wait to receive the
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-134.md18 timeout_micros=arg_3, container=arg_4, shared_name=arg_5)
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Distio_echo.proto42 int64 timeout_micros = 3; field
/external/grpc-grpc/src/proto/grpc/testing/
Distio_echo.proto42 int64 timeout_micros = 3; field
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h282 Status Connect(const int64_t timeout_micros);
Ddebug_io_utils.cc731 Status DebugGrpcChannel::Connect(const int64_t timeout_micros) { in Connect() argument
740 gpr_time_from_micros(timeout_micros, GPR_TIMESPAN)))) { in Connect()
743 " within a timeout of ", timeout_micros / 1e6, " s."); in Connect()
/external/grpc-grpc-java/istio-interop-testing/third_party/istio/src/main/proto/test/echo/proto/
Decho.proto46 int64 timeout_micros = 3; field
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc627 explicit UnbatchResource(int32_t timeout_micros) in UnbatchResource() argument
628 : timeout_micros_(timeout_micros), in UnbatchResource()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt5257 …argspec: "args=[\'batched_tensor\', \'batch_index\', \'id\', \'timeout_micros\', \'container\', \'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt5257 …argspec: "args=[\'batched_tensor\', \'batch_index\', \'id\', \'timeout_micros\', \'container\', \'…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go53405 …cope, batched_tensor tf.Output, batch_index tf.Output, id tf.Output, timeout_micros int64, optiona…
53409 attrs := map[string]interface{}{"timeout_micros": timeout_micros}
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt60966 name: "timeout_micros"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt85061 name: "timeout_micros"