Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StartStep (5.59 sec)

  1. tensorflow/c/eager/c_api.cc

        if (!status->status.ok()) return nullptr;
      }
      return func_op;
    }
    }  // namespace
    
    void TFE_ContextStartStep(TFE_Context* ctx) {
      tensorflow::unwrap(ctx)->StartStep();
    }
    
    void TFE_ContextEndStep(TFE_Context* ctx) {
      tensorflow::unwrap(ctx)->EndStep();
    }
    
    const TFE_OpAttrs* TFE_OpGetAttrs(const TFE_Op* op) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 12 20:00:09 GMT 2024
    - 43.9K bytes
    - Viewed (2)
Back to top