Home
last modified time | relevance | path

Searched defs:TFE_Op (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h111 struct TFE_Op { struct
112 TFE_Op(TFE_Context* ctx, const char* op, bool is_function, in TFE_Op() function
119 std::unique_ptr<TFE_OpInferenceContext> inference_ctx; argument
136 void SetOpAttrValueScalar(TFE_Context* ctx, TFE_Op* op, argument
Dc_api.h265 typedef struct TFE_Op TFE_Op; typedef