Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExecuteNoArgDummyReturnFunction (0.49 sec)

  1. tensorflow/c/experimental/saved_model/core/revived_types/restored_resource.cc

    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/platform/logging.h"
    
    namespace tensorflow {
    
    namespace {
    
    Status ExecuteNoArgDummyReturnFunction(TFConcreteFunction* func) {
      ImmediateOpPtr function_op;
      TF_RETURN_IF_ERROR(func->MakeCallOp({}, &function_op));
    
      AbstractTensorHandle* dummy_output = nullptr;
      int num_retvals = 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top