/external/tensorflow/tensorflow/core/framework/ |
D | kernel_shape_util.cc | 105 Status Get3dOutputSize(const std::array<int64, 3>& input, in Get3dOutputSize() 118 Status Get3dOutputSizeV2(const std::array<int64, 3>& input, in Get3dOutputSizeV2()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 206 func FakeQuantWithMinMaxVarsGradientNumBits(value int64) FakeQuantWithMinMaxVarsGradientAttr { 278 func XlaSvd(scope *Scope, a tf.Output, max_iter int64, epsilon float32, precision_config string) (s… 315 func FakeQuantWithMinMaxArgsGradientNumBits(value int64) FakeQuantWithMinMaxArgsGradientAttr { 588 func QuantizeAndDequantizeV4GradAxis(value int64) QuantizeAndDequantizeV4GradAttr { 635 func QuantizeAndDequantizeV2NumBits(value int64) QuantizeAndDequantizeV2Attr { 685 func QuantizeAndDequantizeV2Axis(value int64) QuantizeAndDequantizeV2Attr { 786 func QuantizeAndDequantizeNumBits(value int64) QuantizeAndDequantizeAttr { 845 func OneHotAxis(value int64) OneHotAttr { 988 func ExtractVolumePatches(scope *Scope, input tf.Output, ksizes []int64, strides []int64, padding s… 1110 func DepthToSpace(scope *Scope, input tf.Output, block_size int64, optional ...DepthToSpaceAttr) (o… [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cudnn_pooling_gpu.cc | 36 const std::array<int64, 3>& window, in Compute() 135 const std::array<int64, 3>& window, const std::array<int64, 3>& stride, in Compute()
|
D | slice_op.cc | 40 gtl::InlinedVector<int64, 4>* out) { in IntTensorToInt64Vec() 66 gtl::InlinedVector<int64, 4>* begin, in SharedSliceValidation() 124 gtl::InlinedVector<int64, 4>* begin, in SharedSliceCommonCases()
|
D | gather_nd_op_gpu.cu.cc | 32 T* __restrict__ out, const Eigen::array<int64, IXDIM> batch_strides, in GatherSliceOpKernel()
|
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 137 const std::function<void(int64, int64)>& fn) { in ParallelFor() 157 const std::function<void(int64, int64)>& fn) { in TransformRangeConcurrently() 168 const std::function<void(int64, int64)>& fn) { in ParallelForFixedBlockSizeScheduling() 204 const std::function<void(int64, int64)>& fn) { in ParallelFor() 213 int64 total, int64 cost_per_unit, in ParallelForWithWorkerId() argument 214 const std::function<void(int64, int64, int)>& fn) { in ParallelForWithWorkerId() 232 int64 total, const SchedulingParams& scheduling_params, in ParallelForWithWorkerId() argument 233 const std::function<void(int64, int64, int)>& fn) { in ParallelForWithWorkerId()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | topk_rewriter_test.cc | 80 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F() argument 110 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F() argument 140 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F() argument
|
/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/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.h | 335 std::array<int64, 2> starts, in Slice2D() 358 std::array<int64, 3> starts, in Slice3D() 389 std::array<int64, 4> starts, in Slice4D()
|
D | array2d.h | 89 void Each(std::function<void(int64, int64, T*)> f) { in Each()
|
D | reference_util.cc | 96 std::pair<int64, int64> kernel_stride, Padding padding) { in ConvArray4D() 106 std::pair<int64, int64> kernel_stride, in SeparableConvArray4D() 148 absl::Span<const std::pair<int64, int64>> padding) { in ReduceWindow1DGeneric() 249 absl::Span<const std::pair<int64, int64>> padding) { in ReduceWindow4DGeneric() 401 std::pair<int64, int64> kernel_stride, Padding padding, in ConvArray4DGeneralDimensions() 411 std::pair<int64, int64> kernel_stride, Padding padding, in ConvArray4DGeneralDimensionsDilated() 667 const std::function<float(float, int64, int64)>& map_function) { in MapWithIndexArray2D() argument
|
/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/libtextclassifier/native/utils/base/ |
D | integral_types.h | 45 typedef __int64 int64; typedef 47 typedef long long int64; // NOLINT typedef
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 167 func ReadTensor(dataType DataType, shape []int64, r io.Reader) (*Tensor, error) { 258 func decodeTensor(raw []byte, shape []int64, dt DataType) reflect.Value { 444 func TypeOf(dt DataType, shape []int64) reflect.Type { 452 func numElements(shape []int64) int64 { 472 func encodeTensorWithSlices(w *bytes.Buffer, v reflect.Value, shape []int64) error {
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | basic_types.h | 28 typedef __int64 int64; typedef 39 typedef long int64; // NOLINT typedef 49 typedef long long int64; // NOLINT typedef
|
/external/tensorflow/tensorflow/core/util/ |
D | strided_slice_op.cc | 176 gtl::InlinedVector<int64, 4>* begin, gtl::InlinedVector<int64, 4>* end, in ValidateStridedSliceOp() 423 bool* slice_dim0, gtl::InlinedVector<int64, 4>* begin, in ValidateStridedSliceOp()
|
/external/dng_sdk/source/ |
D | dng_types.h | 44 typedef int64_t int64; typedef 60 typedef signed long long int64; typedef
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags_declare.h | 87 typedef int64_t int64; typedef 92 typedef __int64 int64; typedef
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_slice_op.cc | 64 gtl::InlinedVector<int64, 4>* begin, in ValidateMklInputs() 136 gtl::InlinedVector<int64, 4>* begin, in CheckCommonCasesForMklInputs() 343 const gtl::InlinedVector<int64, 4>& begin, in ComputeMklSlice()
|
/external/llvm-project/flang/module/ |
D | __fortran_builtins.f90 | 16 integer, parameter, private :: int64 = selected_int_kind(18) variable
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | pooling.cc | 30 absl::Span<const std::pair<int64, int64>> spatial_padding, in AvgPoolDivideByCountWithGeneralPadding() 90 absl::Span<const std::pair<int64, int64>> spatial_padding, in MakeSpatialPaddingConfig() 112 absl::Span<const std::pair<int64, int64>> padding, in AvgPoolDivideByCount() 150 absl::Span<const std::pair<int64, int64>> padding, in AvgPool() 196 absl::Span<const std::pair<int64, int64>> spatial_padding, in AvgPoolGrad()
|
/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/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_ring_buffer_test.cpp | 69 TEST(RingBuffer, int64) { in TEST() argument 85 TEST(CompactRingBuffer, int64) { in TEST() argument
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | integral-types.h | 42 using int64 = int64_t; variable
|