Home
last modified time | relevance | path

Searched refs:guaranteed_constants_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc187 size_t guaranteed_constants_size = 0; in BuildComputationArgumentDescriptions() local
207 guaranteed_constants_size = in BuildComputationArgumentDescriptions()
211 TF_RET_CHECK(constant_count < guaranteed_constants_size) in BuildComputationArgumentDescriptions()
249 TF_RET_CHECK(constant_count == guaranteed_constants_size) in BuildComputationArgumentDescriptions()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_ops_c_api.h71 int32_t guaranteed_constants_size; member