Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_output_handle_shapes_and_types (0.12 sec)

  1. tensorflow/c/c_api.cc

            ShapeHandleFromDims(ic, ranks[i], shapes[i]);
        shape_and_type_vec[i] = tensorflow::shape_inference::ShapeAndType(
            shape_handle, static_cast<DataType>(types[i]));
      }
    
      ic->set_output_handle_shapes_and_types(output.index, shape_and_type_vec);
    }
    
    // Helpers for loading a TensorFlow plugin (a .so file).
    absl::Status LoadDynamicLibrary(const char* library_filename, void** result,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top