Searched defs:CreateByNameOrNull (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ | ||
H A D | request_cost_accessor_registry.cc | 39 RequestCostAccessorRegistry::CreateByNameOrNull(absl::string_view name) { in CreateByNameOrNull() function in tensorflow::RequestCostAccessorRegistry |
H A D | cost_measurement_registry.cc | 39 std::unique_ptr<CostMeasurement> CostMeasurementRegistry::CreateByNameOrNull( in CreateByNameOrNull() function in tensorflow::CostMeasurementRegistry |
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ | ||
H A D | custom_graph_optimizer_registry.cc | 84 CustomGraphOptimizerRegistry::CreateByNameOrNull(const string& name) { in CreateByNameOrNull() function in tensorflow::grappler::CustomGraphOptimizerRegistry |