HomeSort by relevance Sort by last modified time
    Searched refs:TF_ATTR_STRING (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/c/eager/
runtime.cc 62 t |= TF_ATTR_STRING;
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 155 if (type == TF_ATTR_STRING) {
265 if (type == TF_ATTR_STRING) {
357 if (type == TF_ATTR_STRING) {
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.h 653 TF_ATTR_STRING = 0,
678 // (1) If type == TF_ATTR_STRING and is_list == 0
681 // (2) If type == TF_ATTR_STRING and is_list == 1
    [all...]
c_api.cc     [all...]
c_api_test.cc     [all...]

Completed in 220 milliseconds