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

  /external/tensorflow/tensorflow/tools/graph_transforms/
file_utils.cc 32 Status load_status = ReadBinaryProto(Env::Default(), file_name, graph_def); local
33 if (!load_status.ok()) {
35 load_status = Status::OK();
37 errors::AppendToMessage(&load_status,
42 return load_status;
transform_graph.cc 251 Status load_status = LoadTextOrBinaryGraphFile(in_graph, &graph_def); local
252 if (!load_status.ok()) {
254 << load_status.error_message();
summarize_graph_main.cc 318 Status load_status = LoadTextOrBinaryGraphFile(in_graph, &graph_def); local
319 if (!load_status.ok()) {
321 << load_status.error_message();
  /external/tensorflow/tensorflow/python/saved_model/
load.py 188 load_status = saver.restore(variables_path)
189 load_status.assert_existing_objects_matched()
190 checkpoint = load_status._checkpoint
  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc 1094 int TruncLSLatency(bool load_status) {
1096 if (load_status) {
1102 int TruncLDLatency(bool load_status) {
1104 if (load_status) {
    [all...]
code-generator-mips64.cc 1553 bool load_status = instr->OutputCount() > 1; local
1581 bool load_status = instr->OutputCount() > 1; local
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 225 auto load_status = GpuDriver::LoadCubin(context_, cubin, module); local
226 if (!load_status.ok()) {
227 LOG(ERROR) << "failed to load CUBIN: " << load_status;
    [all...]
  /external/tensorflow/tensorflow/python/training/tracking/
util.py     [all...]
util_test.py     [all...]

Completed in 776 milliseconds