Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
Dtf_to_tfjs_json.cc54 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomOps() local
56 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomOps()
58 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterCustomOps()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_to_tfl_flatbuffer.cc78 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterExtraTfOpDefs() local
80 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterExtraTfOpDefs()
82 LOG(ERROR) << "OpDef parsing failed for: " << tf_opdefs_string; in RegisterExtraTfOpDefs()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc162 for (const auto& tf_opdefs_string : extra_tf_opdefs) { in RegisterCustomBuiltinOps() local
164 if (!tensorflow::protobuf::TextFormat::ParseFromString(tf_opdefs_string, in RegisterCustomBuiltinOps()