Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc777 fdef_ = MatMulFunction(); in Init()
778 TF_ASSERT_OK(func_lib_def_.AddFunctionDef(fdef_)); in Init()
828 tensorflow::FunctionDef fdef_; member in tensorflow::eager::__anon58c807940111::FunctionWithRemoteInputsTest
844 EXPECT_TRUE(MatMulHasAttrWithDefaultValue(fdef_)); in TEST_F()
846 fdef_.signature().name(), AttrSlice(&fdef_.attr()), options, &handle)); in TEST_F()
896 EXPECT_TRUE(MatMulHasAttrWithDefaultValue(fdef_)); in TEST_F()
900 fdef_.signature().name(), func_lib_def_, AttrSlice(&fdef_.attr()), in TEST_F()
956 /*collective_executor=*/nullptr, local_device, fdef_.signature().name(), in TEST_F()
1004 /*collective_executor=*/nullptr, local_device, fdef_.signature().name(), in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc238 std::unique_ptr<tensorflow::FunctionDef> fdef_; member in mlir::TF::__anon2b880b700111::MlirFunction
520 if (fdef_) { in GetFunctionDef()
521 *f = fdef_.get(); in GetFunctionDef()
537 fdef_.reset(new tensorflow::FunctionDef()); in GetFunctionDef()
539 ConvertMlirFunctionToFunctionLibraryDef(func_, configs, fdef_.get())); in GetFunctionDef()
540 *f = fdef_.get(); in GetFunctionDef()