Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InitializeVariable (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/initialize_variables_in_session_init.cc

    #include "tensorflow/core/framework/resource_var.h"
    #include "tensorflow/core/public/session.h"
    
    namespace mlir {
    namespace tf_saved_model {
    namespace {
    
    void InitializeVariable(TF::VarHandleOp var_handle_op,
                            tensorflow::Tensor* tensor,
                            func::FuncOp session_init_func, OpBuilder builder) {
      absl::StatusOr<ElementsAttr> tensor_attr_or =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 23 09:05:47 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top