HomeSort by relevance Sort by last modified time
    Searched refs:prefix_string (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
save_restore_v2_ops.cc 104 const string& prefix_string = prefix.scalar<string>()(); variable
108 BundleWriter writer(Env::Default(), prefix_string); variable
110 VLOG(1) << "BundleWriter, prefix_string: " << prefix_string;
160 const string& prefix_string = prefix.scalar<string>()(); variable
164 // We here attempt to read a V1 checkpoint, if "prefix_string" does not
168 if (!env->GetMatchingPaths(MetaFilename(prefix_string), &paths).ok() ||
170 // Cannot find V2's metadata file, so "prefix_string" does not point to a
save_restore_tensor.cc 321 const string& prefix_string = prefix.scalar<string>()(); local
337 BundleReader default_reader(Env::Default(), prefix_string); local
364 new RestoreOp{context, i, tensor_name, shape_and_slice, prefix_string};
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 226 strncat(insn->prefix_string, "lock ", 32 -
227 strlen(insn->prefix_string));
231 strncat(insn->prefix_string, "repnz ", 32 -
232 strlen(insn->prefix_string));
234 strncat(insn->prefix_string, "repz ", 32 -
235 strlen(insn->prefix_string));
x86_format.c     [all...]
libdis.h 514 char prefix_string[MAX_PREFIX_STR]; /* prefixes [might be truncated] */ member in struct:__anon22805
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 487 char prefix_string[MAX_PREFIX_STR];

Completed in 609 milliseconds