OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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