Home
last modified time | relevance | path

Searched defs:InstantiateOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h642 struct InstantiateOptions { struct
646 std::string target;
649 bool is_multi_device_function = false;
653 bool is_component_function = false;
659 std::vector<string> input_devices;
687 std::vector<string> output_devices;
690 absl::optional<std::vector<int>> ret_indices = absl::nullopt;
694 absl::flat_hash_map<string, const std::vector<string>*> composite_devices;
703 input_resource_dtypes_and_shapes;
713 const FunctionLibraryDefinition* lib_def = nullptr;
[all …]