OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompressTensorProtoInPlace
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/core/framework/
tensor_util_test.cc
439
EXPECT_FALSE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
442
EXPECT_FALSE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
445
EXPECT_FALSE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
448
EXPECT_FALSE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
451
EXPECT_FALSE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
454
EXPECT_FALSE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
461
EXPECT_TRUE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
467
EXPECT_TRUE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
473
EXPECT_TRUE(tensor::
CompressTensorProtoInPlace
(&tensor_proto));
478
EXPECT_TRUE(tensor::
CompressTensorProtoInPlace
(&tensor_proto))
[
all
...]
tensor_util.h
315
bool
CompressTensorProtoInPlace
(int64 min_num_elements,
319
inline bool
CompressTensorProtoInPlace
(TensorProto* tensor) {
322
return
CompressTensorProtoInPlace
(kDefaultMinNumElements,
tensor_util.cc
334
bool
CompressTensorProtoInPlace
(int64 min_num_elements,
/external/tensorflow/tensorflow/core/grappler/optimizers/
meta_optimizer.cc
112
tensor::
CompressTensorProtoInPlace
(attr_val.mutable_tensor());
constant_folding.cc
[
all
...]
Completed in 216 milliseconds