Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc55 GetPersistentStringPiece(type_name), decode_fn)); in RegisterDecodeFn()
177 {op, GetPersistentStringPiece(device), type_index}, unary_op_fn)); in RegisterUnaryOpFn()
220 {op, GetPersistentStringPiece(device), type_index}, add_fn)); in RegisterBinaryOpFn()
Dvariant_op_registry.h212 static StringPiece GetPersistentStringPiece(const string& str) { in GetPersistentStringPiece() function