Searched refs:tie_impl (Results 1 – 2 of 2) sorted by relevance
96 auto tie_impl = in New() local98 RETURN_IF_ERROR(tie_impl->Init(converter_builder)); in New()99 *tie = std::move(tie_impl); in New()111 auto tie_impl = in New() local113 RETURN_IF_ERROR(tie_impl->Init(converter_builder)); in New()114 *tie = std::move(tie_impl); in New()298 auto tie_impl = absl::make_unique<TwoStepTensorTie>(def); in New() local299 RETURN_IF_ERROR(tie_impl->Init(converter_builder, objects)); in New()300 *tie = std::move(tie_impl); in New()
114 auto tie_impl = absl::make_unique<DefaultTensorTie>(def, internal_object); in New() local115 RETURN_IF_ERROR(tie_impl->Init(converter_builder, env)); in New()116 *tie = std::move(tie_impl); in New()240 auto tie_impl = absl::make_unique<TwoStepTensorTie>(def); in New() local241 RETURN_IF_ERROR(tie_impl->Init(internal_object, converter_builder, env)); in New()242 *tie = std::move(tie_impl); in New()318 auto tie_impl = in New() local322 &tie_impl->tie_)); in New()323 *tie = std::move(tie_impl); in New()