Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateScalarTensorHandle (0.38 sec)

  1. tensorflow/c/experimental/saved_model/core/ops/variable_ops_test.cc

    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    namespace {
    
    ImmediateTensorHandlePtr CreateScalarTensorHandle(EagerContext* context,
                                                      float value) {
      AbstractTensorPtr tensor(context->CreateFloatScalar(value));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 21 19:26:54 UTC 2020
    - 3.8K bytes
    - Viewed (0)
Back to top