Home
last modified time | relevance | path

Searched refs:tf_opdefs_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
H A Dtf_to_tfjs_json.cc55 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomOps() local
57 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomOps()
59 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterCustomOps()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dtf_to_tfl_flatbuffer.cc88 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterExtraTfOpDefs() local
90 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterExtraTfOpDefs()
92 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterExtraTfOpDefs()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/python/
H A Dtf_tfl_flatbuffer_helpers.cc175 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomBuiltinOps() local
177 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomBuiltinOps()