Home
last modified time | relevance | path

Searched refs:RegisterBinaryOpFn (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry_test.cc308 registry.RegisterBinaryOpFn(ADD_VARIANT_BINARY_OP, DEVICE_CPU, kTypeIndex, f); in TEST()
309 EXPECT_DEATH(registry.RegisterBinaryOpFn(ADD_VARIANT_BINARY_OP, DEVICE_CPU, in TEST()
313 registry.RegisterBinaryOpFn(ADD_VARIANT_BINARY_OP, DEVICE_GPU, kTypeIndex, f); in TEST()
314 EXPECT_DEATH(registry.RegisterBinaryOpFn(ADD_VARIANT_BINARY_OP, DEVICE_GPU, in TEST()
Dvariant_op_registry.h123 void RegisterBinaryOpFn(VariantBinaryOp op, const string& device,
406 UnaryVariantOpRegistry::Global()->RegisterBinaryOpFn( in UnaryVariantBinaryOpRegistration()
Dvariant_op_registry.cc211 void UnaryVariantOpRegistry::RegisterBinaryOpFn( in RegisterBinaryOpFn() function in tensorflow::UnaryVariantOpRegistry