HomeSort by relevance Sort by last modified time
    Searched refs:int64 (Results 1 - 25 of 4487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_single_threaded_conv2d.cc 22 using tensorflow::int64;
27 Eigen::half* rhs, int64 input_batch, int64 input_rows, int64 input_cols,
28 int64 input_channels, int64 kernel_rows, int64 kernel_cols,
29 int64 kernel_channels, int64 kernel_filters, int64 output_rows
    [all...]
runtime_conv2d.h 25 float* lhs, float* rhs, tensorflow::int64 input_batch,
26 tensorflow::int64 input_rows, tensorflow::int64 input_cols,
27 tensorflow::int64 input_channels, tensorflow::int64 kernel_rows,
28 tensorflow::int64 kernel_cols, tensorflow::int64 kernel_channels,
29 tensorflow::int64 kernel_filters, tensorflow::int64 output_rows,
30 tensorflow::int64 output_cols, tensorflow::int64 row_stride
    [all...]
runtime_single_threaded_conv2d.h 26 tensorflow::int64 input_batch, tensorflow::int64 input_rows,
27 tensorflow::int64 input_cols, tensorflow::int64 input_channels,
28 tensorflow::int64 kernel_rows, tensorflow::int64 kernel_cols,
29 tensorflow::int64 kernel_channels, tensorflow::int64 kernel_filters,
30 tensorflow::int64 output_rows, tensorflow::int64 output_cols
    [all...]
runtime_conv2d.cc 25 using tensorflow::int64;
29 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels,
30 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels,
31 int64 kernel_filters, int64 output_rows, int64 output_cols
    [all...]
shape_partition.h 70 std::vector<int64> Run(int64 target_partition_count);
73 static int64 GetTotalPartitionCount(
74 const std::vector<int64>& dimension_partition_counts);
85 const std::vector<int64>& dimension_partition_counts);
89 std::vector<std::pair<int64, int64>> GetPartition(int64 index) const;
91 int64 GetTotalPartitionCount() const;
95 const std::vector<int64> dimension_partition_counts_
    [all...]
runtime_matvec.h 33 void EigenMatVecF32(float* out, float* lhs, float* rhs, tensorflow::int64 m,
34 tensorflow::int64 n, tensorflow::int64 k,
38 void EigenMatVecF64(double* out, double* lhs, double* rhs, tensorflow::int64 m,
39 tensorflow::int64 n, tensorflow::int64 k,
runtime_fft.h 26 tensorflow::int64 input_batch, tensorflow::int64 fft_length0,
27 tensorflow::int64 fft_length1, tensorflow::int64 fft_length2);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
while_transformer.h 37 StatusOr<std::tuple<int64, int64, int64>> CanTransformWhileToFor(
gpu_constants.cc 22 const int64 kCudaMallocAlignBytes = 256;
gpu_constants.h 26 extern const int64 kCudaMallocAlignBytes;
  /external/tensorflow/tensorflow/core/graph/
types.h 25 TF_LIB_GTL_DEFINE_INT_TYPE(Microseconds, int64);
28 TF_LIB_GTL_DEFINE_INT_TYPE(Nanoseconds, int64);
31 TF_LIB_GTL_DEFINE_INT_TYPE(Bytes, int64);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
parallel_for.h 25 void ParallelFor(int64 batch_size, int64 desired_parallelism,
27 std::function<void(int64, int64)> do_work);
  /external/tensorflow/tensorflow/core/distributed_runtime/
request_id.h 27 int64 GetUniqueRequestId();
request_id.cc 22 int64 GetUniqueRequestId() {
23 int64 request_id = 0;
  /external/tensorflow/tensorflow/core/util/
work_sharder.h 40 // "work" should be a callable taking (int64, int64) arguments.
48 void Shard(int max_parallelism, thread::ThreadPool* workers, int64 total,
49 int64 cost_per_unit, std::function<void(int64, int64)> work);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13559.go 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
16 _ int64 = 1e10000000 // ERROR "integer too large"
17 _ int64 = 1e1000000 // ERROR "integer too large"
18 _ int64 = 1e100000 // ERROR "integer too large"
19 _ int64 = 1e10000 // ERROR "integer too large"
20 _ int64 = 1e1000 // ERROR "integer too large"
21 _ int64 = 1e100 // ERROR "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 overflows"
22 _ int64 = 1e10
23 _ int64 = 1e1
24 _ int64 = 1e
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13559.go 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
16 _ int64 = 1e10000000 // ERROR "integer too large"
17 _ int64 = 1e1000000 // ERROR "integer too large"
18 _ int64 = 1e100000 // ERROR "integer too large"
19 _ int64 = 1e10000 // ERROR "integer too large"
20 _ int64 = 1e1000 // ERROR "integer too large"
21 _ int64 = 1e100 // ERROR "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 overflows"
22 _ int64 = 1e10
23 _ int64 = 1e1
24 _ int64 = 1e
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
padding.h 45 tensorflow::gtl::ArraySlice<int64> input_dimensions,
46 tensorflow::gtl::ArraySlice<int64> window_dimensions,
47 tensorflow::gtl::ArraySlice<int64> window_strides);
60 std::vector<std::pair<int64, int64>> MakePadding(
61 tensorflow::gtl::ArraySlice<int64> input_dimensions,
62 tensorflow::gtl::ArraySlice<int64> window_dimensions,
63 tensorflow::gtl::ArraySlice<int64> window_strides, Padding padding);
  /external/tensorflow/tensorflow/core/protobuf/
device_properties.proto 30 int64 frequency = 4;
32 int64 num_cores = 5;
37 int64 num_registers = 7;
39 int64 l1_cache_size = 8;
41 int64 l2_cache_size = 9;
43 int64 l3_cache_size = 10;
46 int64 shared_memory_size_per_multiprocessor = 11;
48 int64 memory_size = 12;
50 int64 bandwidth = 13;
  /external/tensorflow/tensorflow/compiler/xla/
sparse_index_array.h 32 // sparse index is an array of `rank` int64 value that gives the location of a
48 SparseIndexArray(int64 max_indices, const Array2D<int64>& indices);
64 SparseIndexArray(int64 max_indices, int64 rank,
65 std::vector<int64> indices = {});
66 SparseIndexArray(int64 max_indices, int64 rank,
67 tensorflow::gtl::ArraySlice<int64> indices);
71 int64 index_count() const
    [all...]
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 68 func load3(in []byte) int64 {
69 var r int64
70 r = int64(in[0])
71 r |= int64(in[1]) << 8
72 r |= int64(in[2]) << 16
77 func load4(in []byte) int64 {
78 var r int64
79 r = int64(in[0])
80 r |= int64(in[1]) << 8
81 r |= int64(in[2]) << 1
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 66 func load3(in []byte) int64 {
67 var r int64
68 r = int64(in[0])
69 r |= int64(in[1]) << 8
70 r |= int64(in[2]) << 16
75 func load4(in []byte) int64 {
76 return int64(binary.LittleEndian.Uint32(in))
91 var carry [10]int64
310 f0g0 := int64(f0) * int64(g0
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 66 func load3(in []byte) int64 {
67 var r int64
68 r = int64(in[0])
69 r |= int64(in[1]) << 8
70 r |= int64(in[2]) << 16
75 func load4(in []byte) int64 {
76 return int64(binary.LittleEndian.Uint32(in))
91 var carry [10]int64
310 f0g0 := int64(f0) * int64(g0
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
xdefs.h 10 // Defines the int64 and uint64 types to avoid link-time errors when compiling
20 typedef long long int64; typedef
  /external/tensorflow/tensorflow/contrib/boosted_trees/resources/
stamped_resource.h 31 bool is_stamp_valid(int64 stamp) const { return stamp_ == stamp; }
33 int64 stamp() const { return stamp_; }
34 void set_stamp(int64 stamp) { stamp_ = stamp; }
37 int64 stamp_;

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011>>