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

  /external/tensorflow/tensorflow/c/eager/
runtime_test.cc 59 Status s = AttrTypeMapForOp("ThisOpCannotPossiblyExist", &m);
61 s = AttrTypeMapForOp("MatMul", &m);
74 s = AttrTypeMapForOp("Squeeze", &m);
runtime.h 43 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out);
runtime.cc 44 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out) {
c_api.cc 260 status->status = tensorflow::AttrTypeMapForOp(name, &types);
    [all...]

Completed in 170 milliseconds