/external/cronet/third_party/protobuf/js/experimental/runtime/ |
D | int64_test.js | 12 const int64 = Int64.fromBits(0, 1); constant 18 const int64 = Int64.getZero(); constant 24 const int64 = Int64.getMaxValue(); constant 30 const int64 = Int64.getMinValue(); constant 36 const int64 = Int64.fromInt(1); constant 41 const int64 = Int64.fromInt(-1); constant 48 const int64 = Int64.fromInt(1); constant 53 const int64 = Int64.fromInt(-1); constant 58 const int64 = Int64.fromNumber(Number.MAX_SAFE_INTEGER); constant 65 const int64 = Int64.fromNumber(Number.MIN_SAFE_INTEGER); constant [all …]
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 552 func AllCandidateSamplerSeed(value int64) AllCandidateSamplerAttr { 562 func AllCandidateSamplerSeed2(value int64) AllCandidateSamplerAttr { 609 func AllCandidateSampler(scope *Scope, true_classes tf.Output, num_true int64, num_sampled int64, u… 662 …nput tf.Output, group_assignment tf.Output, concat_dimension int64, split_dimension int64, split_c… 886 func AnonymousMutableDenseHashTableInitialNumBuckets(value int64) AnonymousMutableDenseHashTableAtt… 1079 func ApproxTopKReductionDimension(value int64) ApproxTopKAttr { 1113 func ApproxTopKReductionInputSizeOverride(value int64) ApproxTopKAttr { 1151 func ApproxTopK(scope *Scope, input tf.Output, k int64, optional ...ApproxTopKAttr) (values tf.Outp… 1311 func AsStringPrecision(value int64) AsStringAttr { 1344 func AsStringWidth(value int64) AsStringAttr { [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.cc | 205 const std::pair<const string, std::tuple<int64, int64, int64>>& b) { in FormatInputShapes()
|
/external/libtextclassifier/native/utils/base/ |
D | integral_types.h | 45 typedef __int64 int64; typedef 47 typedef long long int64; // NOLINT typedef
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | integral_types.h | 43 typedef __int64 int64; typedef 45 typedef long long int64; // NOLINT typedef
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 170 func ReadTensor(dataType DataType, shape []int64, r io.Reader) (*Tensor, error) { 261 func decodeTensor(raw []byte, shape []int64, dt DataType) reflect.Value { 453 func TypeOf(dt DataType, shape []int64) reflect.Type { 461 func numElements(shape []int64) int64 { 481 func encodeTensorWithSlices(w *bytes.Buffer, v reflect.Value, shape []int64) (int, error) {
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_slice_op.cc | 67 gtl::InlinedVector<int64, 4>* begin, in ValidateMklInputs() 139 gtl::InlinedVector<int64, 4>* begin, in CheckCommonCasesForMklInputs() 350 const gtl::InlinedVector<int64, 4>& begin, in ComputeMklSlice()
|
/external/dng_sdk/source/ |
D | dng_types.h | 44 typedef int64_t int64; typedef 60 typedef signed long long int64; typedef
|
/external/tensorflow/tensorflow/core/kernels/ |
D | gather_nd_op_gpu.cu.cc | 32 T* __restrict__ out, const Eigen::array<int64, IXDIM> batch_strides, in GatherSliceOpKernel()
|
/external/dynamic_depth/internal/base/ |
D | integral_types.h | 30 typedef __int64 int64; typedef 32 typedef long long int64; // NOLINT typedef
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | xdefs.h | 20 typedef long long int64; typedef
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | integral-types.h | 42 using int64 = int64_t; variable
|
/external/tensorflow/tensorflow/tsl/platform/default/ |
D | integral_types.h | 29 typedef ::std::int64_t int64; typedef
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 17 typedef long long int64; typedef
|
/external/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 17 typedef long long int64; typedef
|
/external/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 17 typedef long long int64; typedef
|
/external/starlark-go/starlark/ |
D | int_posix64.go | 50 func makeSmallInt(x int64) Int {
|
D | int_generic.go | 27 func makeSmallInt(x int64) Int {
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context 64 Wrote(ctx context.Context, bytes int64) context.Context
|
/external/cronet/third_party/ced/src/util/ |
D | basictypes.h | 44 typedef long int64; typedef 46 typedef long long int64; typedef
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context 64 Wrote(ctx context.Context, bytes int64) context.Context
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context 64 Wrote(ctx context.Context, bytes int64) context.Context
|
/external/starlark-go/internal/compile/ |
D | serial.go | 150 func (e *encoder) int64(x int64) { func 304 func (d *decoder) int64() int64 { func
|
/external/swiftshader/tests/regres/util/ |
D | util.go | 46 func Percent64(i, n int64) int64 {
|
/external/flatbuffers/python/flatbuffers/ |
D | packer.py | 35 int64 = struct.Struct("<q") variable
|