Searched refs:INFERENCE (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_api_info.cc | 30 function_type_ = FunctionApiInfo::FunctionType::INFERENCE; in Init() 129 (function_type == FunctionApiInfo::FunctionType::INFERENCE || in ValidateSignature() 132 (function_type == FunctionApiInfo::FunctionType::INFERENCE || in ValidateSignature() 173 case FunctionApiInfo::FunctionType::INFERENCE: in Init() 192 infer_funcs, FunctionApiInfo::FunctionType::INFERENCE)); in Init() 208 case FunctionApiInfo::FunctionType::INFERENCE: in GetEquivalentImplementations()
|
D | function_api_info.h | 37 INFERENCE, // Default type. enumerator
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | tf_trt_integration_test_base.py | 79 INFERENCE = 2 variable in GraphState 220 if graph_state == GraphState.INFERENCE and run_params.use_optimizer: 344 session_config = self._GetConfigProto(run_params, GraphState.INFERENCE) 355 elif graph_state == GraphState.INFERENCE: 458 run_params.use_calibration and graph_state == GraphState.INFERENCE): 519 self._VerifyGraphDef(run_params, infer_gdef, GraphState.INFERENCE) 522 self._VerifyGraphDef(run_params, infer_gdef, GraphState.INFERENCE) 527 infer_config = self._GetConfigProto(run_params, GraphState.INFERENCE) 531 GraphState.INFERENCE)
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | tpu_embedding_configuration.proto | 29 INFERENCE = 1; enumerator 65 // when mode=TRAINING. If mode=INFERENCE or BACKWARD_PASS_ONLY, this parameter
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_embedding.py | 42 INFERENCE = elc.TPUEmbeddingConfiguration.INFERENCE variable 362 elif mode == INFERENCE: 370 .format(TRAINING, INFERENCE, mode))
|
D | _tpu_estimator_embedding.py | 244 tpu_embedding_mode = tpu_embedding.INFERENCE
|
/external/yapf/ |
D | pylintrc | 45 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
|