Home
last modified time | relevance | path

Searched refs:EagerOperation (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc18 tensorflow::Status EagerOperation::SetDevice(const char* device) { in SetDevice()
28 void EagerOperation::AddInput(tensorflow::TensorHandle* h) { in AddInput()
34 void EagerOperation::ConsumeInput(tensorflow::TensorHandle* h) { in ConsumeInput()
39 string EagerOperation::DebugString() const { in DebugString()
Deager_operation.h23 class EagerOperation {
25 EagerOperation(tensorflow::EagerContext* ctx, const char* op, in EagerOperation() function
34 ~EagerOperation() { in ~EagerOperation()
Dexecute.cc91 Status MaybeCopyInputToExpectedDevice(EagerOperation* op, in MaybeCopyInputToExpectedDevice()
182 EagerOperation* op, in ValidateInputTypeAndPlacement()
225 Status GetOutputDTypes(EagerOperation* op, DataTypeVector* output_dtypes) { in GetOutputDTypes()
321 const EagerOperation* op, in AddInputDevicesToCacheKey()
366 Status EagerLocalExecute(EagerOperation* op, in EagerLocalExecute()
640 Status EagerRemoteExecute(EagerOperation* op, TensorHandle** retvals, in EagerRemoteExecute()
810 Status MaybeUpdateOpDevice(EagerOperation* op) { in MaybeUpdateOpDevice()
893 Status EagerExecute(EagerOperation* op, in EagerExecute()
1062 tensorflow::EagerOperation op(ctx, "_Send", /*is_function=*/false, types); in ExecuteSend()
1093 tensorflow::EagerOperation op(ctx, "_Recv", /*is_function=*/false, types); in ExecuteRecv()
Dexecute.h40 EagerOperation* op,
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc201 tensorflow::EagerOperation* op() { return op_.get(); } in op()
250 op_.reset(new tensorflow::EagerOperation(eager_context, name_.c_str(), in BuildEagerOp()
329 std::unique_ptr<tensorflow::EagerOperation> op_;
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc154 std::unique_ptr<tensorflow::EagerOperation> op; in ExecuteOp()
168 op.reset(new tensorflow::EagerOperation(server_context->Context(), name, in ExecuteOp()
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h118 tensorflow::EagerOperation operation;