Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc35 std::unordered_map<string, const AttrTypeMap*>* OpNameToAttrTypeMap() { in OpNameToAttrTypeMap()
36 static auto* const m = new std::unordered_map<string, const AttrTypeMap*>; in OpNameToAttrTypeMap()
42 AttrTypeMap* DefaultFunctionAttrTypeMap() { in DefaultFunctionAttrTypeMap()
43 AttrTypeMap* map = new AttrTypeMap(); in DefaultFunctionAttrTypeMap()
49 const AttrTypeMap* GetDefaultFunctionAttrTypeMap() { in GetDefaultFunctionAttrTypeMap()
50 static const AttrTypeMap* map = DefaultFunctionAttrTypeMap(); in GetDefaultFunctionAttrTypeMap()
65 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out, in AttrTypeMapForOp()
86 std::unique_ptr<AttrTypeMap> m(new AttrTypeMap); in AttrTypeMapForOp()
194 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name, in AttrTypeByName()
Dattr_builder_test.cc36 TEST(AttrTypeMap, Lookup) { in TEST() argument
37 const AttrTypeMap* m = nullptr; in TEST()
72 TEST(AttrTypeMap, CacheKey) { in TEST() argument
Deager_operation.h26 bool is_function, const tensorflow::AttrTypeMap* t) in EagerOperation()
59 const tensorflow::AttrTypeMap* AttrTypes() const { return attr_types_; } in AttrTypes()
73 const tensorflow::AttrTypeMap* attr_types_;
Dattr_builder.h41 typedef std::unordered_map<string, uint32> AttrTypeMap; typedef
50 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out,
54 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name,
Dexecute.cc1057 const tensorflow::AttrTypeMap* types; in ExecuteSend()
1088 const tensorflow::AttrTypeMap* types; in ExecuteRecv()
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h113 const tensorflow::AttrTypeMap* t, in TFE_Op()
Dc_api.cc565 const tensorflow::AttrTypeMap* types; in TFE_NewOp()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc156 const tensorflow::AttrTypeMap* types; in ExecuteOp()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc238 const tensorflow::AttrTypeMap* attr_types; in BuildEagerOp()