/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lift_variables_test_pass.h | 70 const std::vector<std::string>& output_names, in Run() 80 const std::vector<std::string>& output_names, in Run() 90 const std::vector<std::string>& output_names, in Run()
|
D | lift_variables_test_pass.cc | 67 const std::vector<std::string>& output_names, in Run() 77 const std::vector<std::string>& output_names, in Run() 87 const std::vector<std::string>& output_names, in Run()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | session.cc | 47 const std::vector<string>& output_names, in PRunSetup() 56 const std::vector<string>& output_names, in PRun()
|
D | direct_session_with_tracking_alloc_test.cc | 88 std::vector<string> output_names = {y->name() + ":0"}; in TEST() local 199 std::vector<string> output_names = {y->name() + ":0"}; in TestHWAccelerator() local 283 std::vector<string> output_names = {y->name() + ":0"}; in TEST() local 341 std::vector<string> output_names = {y->name() + ":0"}; in TEST() local
|
D | session_state.cc | 70 Status TensorStore::SaveTensors(const std::vector<string>& output_names, in SaveTensors()
|
D | direct_session.cc | 457 const std::vector<string>& output_names, in Run() 473 std::vector<string> output_names(callable_options.fetch().begin(), in CreateDebuggerState() local 821 const std::vector<string>& output_names, in Run() 831 const std::vector<string>& output_names, in Run() 941 const std::vector<string>& output_names, in PRunSetup() 1020 const std::vector<string>& output_names, in PRun() 1186 const std::vector<string>& output_names, in RecvPRunOutputs()
|
D | graph_runner.cc | 105 const std::vector<string>& output_names, in Run()
|
/external/tflite-support/tensorflow_lite_support/codegen/ |
D | code_generator.cc | 75 std::vector<std::string> output_names; in NameInputsAndOutputs() local 150 auto& output_names = *outputs; in ResolveConflictedInputAndOutputNames() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | compile_utils.py | 38 def __init__(self, output_names=None): argument 111 def __init__(self, losses, loss_weights=None, output_names=None): argument 287 def __init__(self, metrics=None, weighted_metrics=None, output_names=None): argument 570 def map_to_output_names(y_pred, output_names, struct): argument
|
D | training_utils_v1.py | 676 def standardize_sample_or_class_weights(x_weight, output_names, weight_type): argument 722 def standardize_class_weights(class_weight, output_names): argument 727 def standardize_sample_weights(sample_weight, output_names): argument 846 output_names, argument 1458 def prepare_loss_functions(loss, output_names): argument
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | device_tracer_test.cc | 177 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 204 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 229 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 257 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local
|
/external/tensorflow/tensorflow/core/debug/ |
D | debugger_state_impl.cc | 44 const std::vector<string>& output_names, in PublishDebugMetadata()
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 256 const std::vector<string>& output_names, in RecordPRunSetup() 279 const std::vector<string>& output_names, in RecordPRun() 450 const std::vector<string>& output_names, in PRunSetup() 459 const std::vector<string>& output_names, in PRun()
|
D | tf_session_helper.cc | 61 const NameVector& output_names, in TF_Run_wrapper_helper() 165 PyObject* feed_dict, const NameVector& output_names, in TF_Run_wrapper() 316 const NameVector& output_names, in TF_PRunSetup_wrapper() 332 PyObject* feed_dict, const NameVector& output_names, in TF_PRun_wrapper() 582 const NameVector& output_names, in TF_GraphToFunction_wrapper()
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_to_functiondef.cc | 298 const std::vector<string>& output_names, FunctionDef* fdef) { in GraphToFunctionDefHelper() 374 const std::vector<string>& output_names, in GraphToFunctionDef() 600 const std::vector<std::string>& output_names, in GraphToFunctionDef()
|
D | run_handler_test.cc | 657 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 690 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 721 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 754 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.h | 35 const std::vector<string>* output_names = nullptr; member
|
D | convert_graph_test.cc | 163 const std::vector<string> output_names{"output"}; in RunConvertAfterShape() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/python/ |
D | saved_model_to_tfl_flatbuffer.cc | 102 auto output_names = output_attr.cast<mlir::StringAttr>().getValue(); in HandleInputOutputArraysWithModule() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | mlir_roundtrip_flags.cc | 43 Status ParseOutputArrayInfo(const std::vector<string>& output_names, in ParseOutputArrayInfo()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_activity_listener_test.cc | 102 std::vector<std::string> output_names = {std::string("add_4:0")}; in TEST_F() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 154 int noutputs, const TF_Output* outputs, const char* const* output_names, in TF_GraphToFunctionWithControlOutputs() 230 const char* const* output_names, in TF_GraphToFunction()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | insert_logging_test.cc | 39 const std::vector<string>& output_names) { in CheckGraphCanRun()
|
D | transform_utils.h | 224 std::vector<string> output_names; member
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 352 const std::vector<string>& output_names, in PRunSetup() 360 const std::vector<string>& output_names, in PRun()
|