Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h620 struct InstantiateOptions { struct
624 std::string target;
627 bool is_multi_device_function = false;
631 bool is_component_function = false;
637 std::vector<string> input_devices;
665 std::vector<string> output_devices;
668 absl::optional<std::vector<int>> ret_indices = absl::nullopt;
672 absl::flat_hash_map<string, const std::vector<string>*> composite_devices;
681 input_resource_dtypes_and_shapes;
691 const FunctionLibraryDefinition* lib_def = nullptr;
[all …]