Home
last modified time | relevance | path

Searched defs:int64 (Results 1 – 25 of 145) sorted by relevance

123456

/external/cronet/third_party/protobuf/js/experimental/runtime/
Dint64_test.js12 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/
Dwrappers.go552 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/
Dtfprof_show_multi.cc205 const std::pair<const string, std::tuple<int64, int64, int64>>& b) { in FormatInputShapes()
/external/libtextclassifier/native/utils/base/
Dintegral_types.h45 typedef __int64 int64; typedef
47 typedef long long int64; // NOLINT typedef
/external/icing/icing/text_classifier/lib3/utils/base/
Dintegral_types.h43 typedef __int64 int64; typedef
45 typedef long long int64; // NOLINT typedef
/external/tensorflow/tensorflow/go/
Dtensor.go170 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/
Dmkl_slice_op.cc67 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/
Ddng_types.h44 typedef int64_t int64; typedef
60 typedef signed long long int64; typedef
/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_gpu.cu.cc32 T* __restrict__ out, const Eigen::array<int64, IXDIM> batch_strides, in GatherSliceOpKernel()
/external/dynamic_depth/internal/base/
Dintegral_types.h30 typedef __int64 int64; typedef
32 typedef long long int64; // NOLINT typedef
/external/swiftshader/third_party/subzero/crosstest/
Dxdefs.h20 typedef long long int64; typedef
/external/libtextclassifier/native/lang_id/common/lite_base/
Dintegral-types.h42 using int64 = int64_t; variable
/external/tensorflow/tensorflow/tsl/platform/default/
Dintegral_types.h29 typedef ::std::int64_t int64; typedef
/external/libwebm/mkvmuxer/
Dmkvmuxertypes.h17 typedef long long int64; typedef
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h17 typedef long long int64; typedef
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h17 typedef long long int64; typedef
/external/starlark-go/starlark/
Dint_posix64.go50 func makeSmallInt(x int64) Int {
Dint_generic.go27 func makeSmallInt(x int64) Int {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go62 Read(ctx context.Context, bytes int64) context.Context
64 Wrote(ctx context.Context, bytes int64) context.Context
/external/cronet/third_party/ced/src/util/
Dbasictypes.h44 typedef long int64; typedef
46 typedef long long int64; typedef
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go62 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/
Dhandler.go62 Read(ctx context.Context, bytes int64) context.Context
64 Wrote(ctx context.Context, bytes int64) context.Context
/external/starlark-go/internal/compile/
Dserial.go150 func (e *encoder) int64(x int64) { func
304 func (d *decoder) int64() int64 { func
/external/swiftshader/tests/regres/util/
Dutil.go46 func Percent64(i, n int64) int64 {
/external/flatbuffers/python/flatbuffers/
Dpacker.py35 int64 = struct.Struct("<q") variable

123456