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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/compiler/tf2xla/lib/
cholesky.h 35 int64 block_size = 256);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_fork_join.h 28 tensorflow::int32 num_partitions, tensorflow::int64* partitions,
  /external/tensorflow/tensorflow/compiler/xla/service/
session.proto 41 repeated int64 embedded_computation_versions = 3;
59 map<int64, OperationRequest> requests = 3;
tuple_util.h 31 int64 elements);
  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops_gpu.cu.cc 34 template class FillProjectiveTransform<GPUDevice, int64>;
  /external/tensorflow/tensorflow/core/common_runtime/
process_util.h 38 void SchedNonBlockingClosureAfter(int64 micros, std::function<void()> closure);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service.h 32 int64 default_timeout_in_ms,
rpc_rendezvous_mgr.h 50 BaseRemoteRendezvous* Create(int64 step_id, const WorkerEnv* worker_env);
  /external/tensorflow/tensorflow/core/kernels/
adjust_hue_op.h 31 void operator()(GPUDevice* device, const int64 number_of_elements,
adjust_saturation_op.h 31 void operator()(GPUDevice* device, const int64 number_of_elements,
cwise_op_gpu_mul.cu.cc 23 int32, int64, complex64, complex128);
lookup_table_init_op.h 25 Status InitializeTableFromTextFile(const string& filename, int64 vocab_size,
reduction_ops_max.cc 31 .TypeConstraint<int64>("Tidx"), \
32 ReductionOp<CPUDevice, type, int64, Eigen::internal::MaxReducer<type>>);
50 .TypeConstraint<int64>("Tidx") \
52 ReductionOp<GPUDevice, type, int64, Eigen::internal::MaxReducer<type>>);
55 REGISTER_GPU_KERNELS(int64);
76 .TypeConstraint<int64>("Tidx"),
77 ReductionOp<CPUDevice, int32, int64, Eigen::internal::MaxReducer<int32>>);
95 .TypeConstraint<int64>("Tidx") \
97 ReductionOp<SYCLDevice, type, int64, \
118 .TypeConstraint<int64>("Tidx")
    [all...]
batch_util.h 30 Status CopyElementToSlice(Tensor element, Tensor* parent, int64 index);
33 Status CopySliceToElement(const Tensor& parent, Tensor* element, int64 index);
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function.h 98 int64 startup_delay_micros = 0;
102 PeriodicFunction(const std::function<void()>& function, int64 interval_micros,
114 void RunLoop(int64 start) LOCKS_EXCLUDED(mutex_);
117 const int64 interval_micros_; // Interval between calls.
  /external/tensorflow/tensorflow/core/lib/io/
buffered_inputstream.h 44 Status ReadNBytes(int64 bytes_to_read, string* result) override;
46 Status SkipNBytes(int64 bytes_to_skip) override;
48 int64 Tell() const override;
59 Status Seek(int64 position);
  /external/tensorflow/tensorflow/core/platform/default/
protobuf.h 36 using protobuf_int64 = ::google::protobuf::int64;
  /external/tensorflow/tensorflow/core/platform/profile_utils/
i_cpu_utils_helper.h 44 virtual int64 CalculateCpuFrequency() = 0;
  /external/tensorflow/tensorflow/core/platform/
tensor_coding.h 45 void EncodeStringList(const string* strings, int64 n, string* out);
49 bool DecodeStringList(const string& src, string* strings, int64 n);
55 void EncodeResourceHandleList(const ResourceHandle* handles, int64 n,
59 bool DecodeResourceHandleList(const string& in, ResourceHandle* ps, int64 n);
types.h 61 static const int64 kint64min = ((int64)~0x7FFFFFFFFFFFFFFFll);
62 static const int64 kint64max = ((int64)0x7FFFFFFFFFFFFFFFll);
  /external/tensorflow/tensorflow/core/util/
guarded_philox_random.cc 23 int64 seed, seed2;
34 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) {
46 random::PhiloxRandom GuardedPhiloxRandom::ReserveSamples128(int64 samples) {
  /external/valgrind/memcheck/tests/amd64/
xor-undef-amd64.stdout.exp 2 Complain int64
4 No complain int64
  /packages/apps/Car/LocalMediaPlayer/proto/
proto.proto 25 optional int64 current_queue_id = 2;
32 optional int64 queue_id = 2;
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache_logger.cc 59 bool WorkerCacheLogger::RetrieveLogs(int64 step_id, StepStats* ss) {
71 void WorkerCacheLogger::Save(const string& device, int64 step_id,
85 void WorkerCacheLogger::RecordRecvTensor(int64 step_id, int64 start_usecs,
86 int64 end_usecs,
90 int64 bytes) {
95 void WorkerCacheLogger::RecordDataTransfer(int64 step_id, int64 start_usecs,
96 int64 end_usecs,
100 int64 bytes, const string& details
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_calling_conv.h 35 typedef void(callee_vlvilvfvdviv_Ty)(v4f32, int64, v4f32, int, int64, v4f32,

Completed in 3884 milliseconds

<<11121314151617181920>>