Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for validate_shape (0.14 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/testdata/func_with_dead_ops.mlir

        "tf.AssignVariableOp"(%arg3, %13#10) <{validate_shape = false}> : (tensor<*x!tf_type.resource<tensor<128x1024xf32>>>, tensor<128x1024xf32>) -> ()
        "tf.AssignVariableOp"(%arg5, %13#8) <{validate_shape = false}> : (tensor<*x!tf_type.resource<tensor<1024x1xf32>>>, tensor<1024x1xf32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. tensorflow/c/kernels_experimental.cc

          return nullptr;
        }
      }
      return cc_ctx->input_ref_mutex(input);
    }
    
    void TF_AssignVariable(TF_OpKernelContext* ctx, int input_index,
                           int value_index, bool validate_shape,
                           void (*copyFunc)(TF_OpKernelContext* ctx,
                                            TF_Tensor* source, TF_Tensor* dest),
                           TF_Status* status) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:12:29 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top