Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dtape.h368 inline bool IsDtypeTrainable(DataType dtype) { in IsDtypeTrainable() function
391 if (IsDtypeTrainable(dtypes[i])) { in ShouldRecord()
914 if (IsDtypeTrainable(dtypes[i])) { in ShouldRecord()
1065 if (IsDtypeTrainable(input_tensors[target_index].GetDType())) { in Accumulate()