Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_ExecuteFunction (0.12 sec)

  1. tensorflow/c/experimental/saved_model/public/concrete_function.h

    // the implementation of function.py/def_function.py to C++, and exposing a
    // high-level API here. A strawman for what this interface could look like:
    // TF_Value* TF_ExecuteFunction(TFE_Context*, TF_ConcreteFunction*, TF_Value*
    // inputs, int num_inputs, TF_Status* status);
    TF_CAPI_EXPORT extern TFE_Op* TF_ConcreteFunctionMakeCallOp(
        TF_ConcreteFunction* func, TFE_TensorHandle** inputs, int num_inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 27 06:55:27 UTC 2020
    - 2.7K bytes
    - Viewed (0)
Back to top