Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for BoolTensor (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_test_util.h

    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/platform/test.h"
    
    using ::tensorflow::string;
    
    typedef std::unique_ptr<TF_Tensor, decltype(&TF_DeleteTensor)>
        unique_tensor_ptr;
    
    TF_Tensor* BoolTensor(int32_t v);
    
    // Create a tensor with values of type TF_INT8 provided by `values`.
    TF_Tensor* Int8Tensor(const int64_t* dims, int num_dims, const char* values);
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Thu Aug 09 01:06:53 GMT 2018
    - 6K bytes
    - Click Count (0)
Back to Top