HomeSort by relevance Sort by last modified time
    Searched refs:is_function_op (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op_def_builder.h 43 : op_def(def), shape_inference_fn(fn), is_function_op(is_function) {}
47 bool is_function_op = false; member in struct:tensorflow::OpRegistrationData
dataset.cc 165 if (op_reg_data->is_function_op) {
  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.cc 802 if (function_library_ && op_reg_data->is_function_op) {
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc     [all...]

Completed in 158 milliseconds