OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_elements
(Results
426 - 450
of
478
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/tensorflow/tensorflow/core/kernels/
conv_ops_3d.cc
131
if (out_shape.
num_elements
() == 0) return;
conv_ops_using_gemm.cc
545
if (out_shape.
num_elements
() == 0) {
random_op.cc
291
const int64 num_samples = samples_shape.
num_elements
();
tensor_array.h
611
if (t.shape.
num_elements
() > 0) {
tile_ops.cc
126
if (output_shape.
num_elements
() == 0) return;
conv_ops.cc
400
if (out_shape.
num_elements
() == 0) {
[
all
...]
/hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp
522
1, //
num_elements
VideoDecoderAVC.cpp
407
1, //
num_elements
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_jpeg.c
328
if ((obj_buffer->
num_elements
!= 1) ||
psb_drv_video.h
596
unsigned int
num_elements
;
member in struct:object_buffer_s
/external/googletest/googlemock/include/gmock/
gmock-matchers.h
3415
size_t
num_elements
= 0;
local
[
all
...]
/external/tensorflow/tensorflow/contrib/layers/python/layers/
layers_test.py
[
all
...]
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
fisher_factors.py
630
size = sum(param_grad.shape.
num_elements
()
738
size = sum(param_grad.shape.
num_elements
()
[
all
...]
/external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc
592
if (output_shape.
num_elements
() != 1) {
609
if (shape.
num_elements
() != 1) {
[
all
...]
/external/tensorflow/tensorflow/c/eager/
c_api.cc
223
if (src->shape().
num_elements
() == 0) {
[
all
...]
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc
776
return TensorShape({shape.
num_elements
()});
/external/tensorflow/tensorflow/core/ops/
array_ops.cc
46
std::vector<int64> AsInt64(const Tensor* tensor, int64
num_elements
) {
47
std::vector<int64> ret(
num_elements
);
49
for (int64 i = 0; i <
num_elements
; ++i) {
[
all
...]
/external/tensorflow/tensorflow/python/framework/
tensor_shape.py
548
def
num_elements
(self):
member in class:TensorShape
/external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c
[
all
...]
/external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc
[
all
...]
/hardware/intel/common/libva/va/
va.h
[
all
...]
/hardware/intel/img/psb_video/src/mrst/
psb_VC1.c
715
ASSERT(obj_buffer->
num_elements
== 1);
718
if ((obj_buffer->
num_elements
!= 1) ||
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
73
unsigned
num_elements
= 4;
local
78
num_elements
= type->vector_elements;
81
int swizzle = swizzle_for_size(
num_elements
);
82
assert(
num_elements
+ component <= 4);
2995
unsigned
num_elements
= ir->lhs->type->without_array()->vector_elements;
local
[
all
...]
/external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc
404
array_header->
num_elements
= 20;
[
all
...]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc
46
Type* SafeArrayAlloc(unsigned long long
num_elements
,
48
if (
num_elements
== 0 || element_size == 0)
52
const unsigned long long num_bytes =
num_elements
* element_size;
53
if (element_size > (kMaxAllocSize /
num_elements
))
[
all
...]
Completed in 1536 milliseconds
<<
11
12
13
14
15
16
17
18
19
20